ToGuid()

XmlConvert::ToGuid(const String&) method

Converts the String to a Guid equivalent.

static Guid System::Xml::XmlConvert::ToGuid(const String &s)

Arguments

ParameterTypeDescription
sconst String&The string to convert.

Return Value

A Guid equivalent of the string.

See Also