Converts a 32-bit integer to a string.
[Visual Basic] Public Shared Function FromInt32( _ ByVal value As Integer _ ) As String [C#] public static string FromInt32( int value ); [C++] public: static String* FromInt32( int value ); [JScript] public static function FromInt32( value : int ) : String;
A string containing the decimal representation of the given value.
XmlString Class | XmlString Members | System.Xml Namespace | ToInt32