ToByte()

XmlConvert::ToByte(const String&) method

Converts the String to a Byte equivalent.

static uint8_t System::Xml::XmlConvert::ToByte(const String &s)

Arguments

ParameterTypeDescription
sconst String&The string to convert.

Return Value

A Byte equivalent of the string.

See Also