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
Parameter | Type | Description |
---|---|---|
input | const 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
- Class Version
- Class String
- Namespace System
- Library Aspose.Slides