Parse()

Version::Parse(const String&) method

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

static Version System::Version::Parse(const String &input)

Arguments

ParameterTypeDescription
inputconst String&A string containing the string representation of a version number

Return Value

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

See Also