System::Xml::XmlConvert::ToByte method

XmlConvert::ToByte method

Converts the String to a Byte equivalent.

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

ReturnValue

A Byte equivalent of the string.

See Also