NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Currency.Format

Converts a numeric value to a String.

Overload List

Converts a numeric value to a string using the specified format string.

[Visual Basic] Overloads Public Shared Function Format(Currency, String) As String
[C#] public static string Format(Currency, String);
[C++] public: static String* Format(Currency, String);
[JScript] public static function Format(Currency, String) : String;

Converts a numeric value to a String using the specified format string.

[Visual Basic] Overloads Public Shared Function Format(Currency, String, NumberFormatInfo) As String
[C#] public static string Format(Currency, String, NumberFormatInfo);
[C++] public: static String* Format(Currency, String, NumberFormatInfo);
[JScript] public static function Format(Currency, String, NumberFormatInfo) : String;

Converts the value of the instance of Currency to a string using the specified format string.

[Visual Basic] Overloads Overridable Public Function Format(String, IServiceObjectProvider) As String
[C#] public virtual string Format(String, IServiceObjectProvider);
[C++] public: virtual String* Format(String*, IServiceObjectProvider);
[JScript] public function Format(String, IServiceObjectProvider) : String;

See Also

Currency Structure | Currency Members | System Namespace