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