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!

Int64.Format

Converts a value to a String.

Overload List

Converts the value of this instance to a String with 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;

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

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

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

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

See Also

Int64 Structure | Int64 Members | System Namespace