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

ParameterTypeDescription
inputconst 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