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

System.Xml.XmlConvert.ToString Method

Converts a ulong to a string . [Edit]

[System.CLSCompliant(false)]
public static string ToString (ulong value)

Parameters

value
The ulong to convert. [Edit]

Returns

The string representation of value. [Edit]

Remarks

This member is not CLS-compliant. For a CLS-compliant alternative, use XmlConvert.ToString(bool)(decimal).

This method calls value.ToString(null, System.Globalization.NumberFormatInfo.InvariantInfo).

[Edit]

Requirements

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