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!

SQLInt32.ToString (SQLInt32)

[To be supplied.]

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

Parameters

value
[To be supplied.]

See Also

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