xtd 0.2.0
Loading...
Searching...
No Matches

◆ version_string()

xtd::ustring xtd::operating_system::version_string ( ) const
noexcept

Gets the concatenated string representation of the platform identifier, version, and service pack that are currently installed on the operating system.

Returns
The string representation of the values returned by the platform, version, and service_pack methods.
Remarks
By default, the value returned by version_string is the same as the value returned by the to_string method.