SqlGuid.ToString Method

Definition

Converts this SqlGuid 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 string representation of the SqlGuid structure.

Applies to

See also