System::Version::Parse method

Version::Parse method

Converts the string representation of a version number into equivalent instance of Version class.

static Version System::Version::Parse(const String &input)
ParameterTypeDescription
inputconst String&A string containing the string representation of a version number

ReturnValue

An instance of Version class that represents the version number equivalent to that represented by the input

See Also