Mono Class Library: System.Xml.XmlConvert Overview | Members

System.Xml.XmlConvert.ToString Method

Converts a char to a string. [Edit]

public static string ToString (char value)

Parameters

value
The char to convert. [Edit]

Returns

The string representation of value. [Edit]

Remarks

This method calls value.ToString(null). [Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0