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!

SQLInt16.ToString (SQLInt16)

[To be supplied.]

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

Parameters

value
[To be supplied.]

See Also

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