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