SqlByte::ToString Method ()

 

Converts this SqlByte structure to a String.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
virtual String^ ToString() override

Return Value

Type: System::String^

A string that contains the Value of the SqlByte. If the Value is null, the String will be a null string.

.NET Framework
Available since 1.1
Return to top
Show: