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!

SQLBinary.ToString (SQLBinary)

Converts the SQLBinary parameter to a string.

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

Parameters

value
A SQLBinary.

Return Value

A string containing the Value of the SQLBinary. If the Value is null the string will contain "null".

See Also

SQLBinary Class | SQLBinary Members | System.Data.SQLTypes Namespace | SQLBinary.ToString Overload List