Guid.TryWriteBytes(Span<Byte>) 方法

定义

尝试将当前 GUID 实例写入字节范围。

public:
 bool TryWriteBytes(Span<System::Byte> destination);
public bool TryWriteBytes (Span<byte> destination);
member this.TryWriteBytes : Span<byte> -> bool
Public Function TryWriteBytes (destination As Span(Of Byte)) As Boolean

参数

destination
Span<Byte>

此方法返回时,作为字节范围的 GUID。

返回

Boolean

如果 GUID 已成功写入指定范围,则为 true;否则为 false

适用于