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!

SQLInt64.ToString (SQLInt64)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function ToString( _
   ByVal value As SQLInt64 _
) As String
[C#]
public static string ToString(
   SQLInt64 value
);
[C++]
public: static String* ToString(
   SQLInt64 value
);
[JScript]
public static function ToString(
   value : SQLInt64
) : String;

Parameters

value
[To be supplied.]

See Also

SQLInt64 Structure | SQLInt64 Members | System.Data.SQLTypes Namespace | SQLInt64.ToString Overload List