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 方法。

适用于