System::Xml::XmlConvert::ToGuid method

XmlConvert::ToGuid method

Converts the String to a Guid equivalent.

static Guid System::Xml::XmlConvert::ToGuid(const String &s)
ParameterTypeDescription
sconst String&The string to convert.

ReturnValue

A Guid equivalent of the string.

See Also