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)
ParameterTypeDescription
inputconst String&The string containing the string representation of GUID

ReturnValue

A Guid object representing a GUID equivalent to that represented by input

See Also