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입니다.

적용 대상