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)
Parameter | Type | Description |
---|---|---|
input | const 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
- Class Version
- Class String
- Class Version
- Namespace System
- Library Aspose.Font for C++