SqlSingle.ToString Method

Definition

Converts this SqlSingle 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 SqlSingle.

Applies to

See also