System::Xml::XmlConvert::ToSingle method

XmlConvert::ToSingle method

Converts the String to a Single equivalent.

static float System::Xml::XmlConvert::ToSingle(String s)
ParameterTypeDescription
sStringThe string to convert.

ReturnValue

A Single equivalent of the string.

See Also