Click or drag to resize
XmlConvertToString Method (Single)
Converts the System.Single to a System.String.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public static string ToString(
	float value
)

Parameters

value
Type: SystemSingle
The value to convert.

Return Value

Type: String
A string representation of the Single.
See Also