共用方式為


CBUUID.ToString 方法

定義

多載

ToString()

傳回目前實例值的字串表示。

ToString(Boolean)

傳回目前實例值的字串表示。

ToString()

傳回目前實例值的字串表示。

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

傳回

適用於

ToString(Boolean)

傳回目前實例值的字串表示。

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

參數

fullUuid
Boolean

如果為 true,則會將 16 位 UUIS 轉譯為 128 位常數,否則會轉譯為 16 位的常數。 128 位 UUIDS 一律會轉譯為 128 位值。

傳回

適用於