ToSingle()

XmlConvert::ToSingle(String) method

Converts the String to a Single equivalent.

static float System::Xml::XmlConvert::ToSingle(String s)

Arguments

ParameterTypeDescription
sStringThe string to convert.

Return Value

A Single equivalent of the string.

See Also