SqlByte.ToString Method

Definition

Converts this SqlByte structure to a String.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

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

Applies to

See also