ToUInt16()

XmlConvert::ToUInt16(const String&) method

Converts the String to a UInt16 equivalent.

static uint16_t System::Xml::XmlConvert::ToUInt16(const String &s)

Arguments

ParameterTypeDescription
sconst String&The string to convert.

Return Value

A UInt16 equivalent of the string.

See Also