CBUUID.ToString Method

Definition

Overloads

ToString()

Returns a string representation of the value of the current instance.

ToString(Boolean)

Returns a string representation of the value of the current instance.

ToString()

Returns a string representation of the value of the current instance.

public override string ToString ();
override this.ToString : unit -> string

Returns

Applies to

ToString(Boolean)

Returns a string representation of the value of the current instance.

public string ToString (bool fullUuid);
override this.ToString : bool -> string

Parameters

fullUuid
Boolean

If true, this renders 16-bit UUIS as a 128-bit constant, otherwise they are rendered as a 16-bit one. 128-bit UUIDS are always rendered as 128-bit values.

Returns

Applies to