SqlInt16.ToString Method

Definition

Converts a SqlInt16 structure to String.

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

Returns

A String object representing the Value of this instance of SqlInt16.

Applies to

See also