System::Xml::XmlConvert::ToUInt32 method

XmlConvert::ToUInt32 method

Converts the String to a UInt32 equivalent.

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

ReturnValue

A UInt32 equivalent of the string.

See Also