System::Guid::Parse method
Guid::Parse method
Converts the specified string representation of a GUID into equivalent Guid object.
static Guid System::Guid::Parse(const String &input)
Parameter | Type | Description |
---|---|---|
input | const String& | The string containing the string representation of GUID |
ReturnValue
A Guid object representing a GUID equivalent to that represented by input
See Also
- Class Guid
- Class String
- Class Guid
- Namespace System
- Library Aspose.TeX for C++