Guid.TryWriteBytes Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| Name | Description |
|---|---|
| TryWriteBytes(Span<Byte>) |
Pokusí se napsat aktuální instanci GUID do rozsahu bajtů. |
| TryWriteBytes(Span<Byte>, Boolean, Int32) |
TryWriteBytes(Span<Byte>)
- Zdroj:
- Guid.cs
- Zdroj:
- Guid.cs
- Zdroj:
- Guid.cs
- Zdroj:
- Guid.cs
- Zdroj:
- Guid.cs
Pokusí se napsat aktuální instanci GUID do rozsahu bajtů.
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
Parametry
Návraty
true pokud je identifikátor GUID úspěšně zapsán do zadaného rozsahu; false Jinak.
Platí pro
TryWriteBytes(Span<Byte>, Boolean, Int32)
- Zdroj:
- Guid.cs
- Zdroj:
- Guid.cs
- Zdroj:
- Guid.cs
- Zdroj:
- Guid.cs
public:
bool TryWriteBytes(Span<System::Byte> destination, bool bigEndian, [Runtime::InteropServices::Out] int % bytesWritten);
public bool TryWriteBytes(Span<byte> destination, bool bigEndian, out int bytesWritten);
member this.TryWriteBytes : Span<byte> * bool * int -> bool
Public Function TryWriteBytes (destination As Span(Of Byte), bigEndian As Boolean, ByRef bytesWritten As Integer) As Boolean
Parametry
- bigEndian
- Boolean
- bytesWritten
- Int32