Converts a decimal value to a string.
[Visual Basic] Public Shared Function FromDecimal( _ ByVal value As Decimal _ ) As String [C#] public static string FromDecimal( Decimal value ); [C++] public: static String* FromDecimal( Decimal value ); [JScript] public static function FromDecimal( value : Decimal ) : String;
A string containing the decimal representation of the given value.
XmlString Class | XmlString Members | System.Xml Namespace | ToDecimal