共用方式為


UniqueId.ToCharArray(Char[], Int32) 方法

定義

UniqueId 值置入 char 陣列。

public:
 int ToCharArray(cli::array <char> ^ chars, int offset);
public int ToCharArray (char[] chars, int offset);
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
public int ToCharArray (char[] chars, int offset);
member this.ToCharArray : char[] * int -> int
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
member this.ToCharArray : char[] * int -> int
Public Function ToCharArray (chars As Char(), offset As Integer) As Integer

參數

chars
Char[]

char 陣列。

offset
Int32

char 陣列中要開始插入 UniqueId 值的位置。

傳回

Int32

char 陣列中由 UniqueId 值填滿的項目數目。

屬性

例外狀況

charsnull

offset 小於零或大於陣列長度。

guidoffset 提供 16 個以下的有效位元組。

備註

這個方法是 unsafe

適用於