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

System.Xml.XmlConvert.ToString Method

Converts a int to a string .

public static string ToString (int value)

Parameters

value
The int to convert.

Returns

The string representation of value.

Remarks

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

Requirements

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