Guid.TryFormat Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TryFormat(Span<Byte>, Int32, ReadOnlySpan<Char>) | |
TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>) |
Tries to format the current GUID instance into the provided character span. |
- Source:
- Guid.cs
- Source:
- Guid.cs
public bool TryFormat(Span<byte> utf8Destination, out int bytesWritten, ReadOnlySpan<char> format = default);
member this.TryFormat : Span<byte> * int * ReadOnlySpan<char> -> bool
Public Function TryFormat (utf8Destination As Span(Of Byte), ByRef bytesWritten As Integer, Optional format As ReadOnlySpan(Of Char) = Nothing) As Boolean
Parameters
- bytesWritten
- Int32
- format
- ReadOnlySpan<Char>
Returns
Applies to
.NET 10 та інші версії
Продукт | Версії |
---|---|
.NET | 8, 9, 10 |
- Source:
- Guid.cs
- Source:
- Guid.cs
- Source:
- Guid.cs
Tries to format the current GUID instance into the provided character span.
public bool TryFormat(Span<char> destination, out int charsWritten, ReadOnlySpan<char> format = default);
member this.TryFormat : Span<char> * int * ReadOnlySpan<char> -> bool
Public Function TryFormat (destination As Span(Of Char), ByRef charsWritten As Integer, Optional format As ReadOnlySpan(Of Char) = Nothing) As Boolean
Parameters
- charsWritten
- Int32
When this method returns, contains the number of characters written into the span.
- format
- ReadOnlySpan<Char>
A read-only span containing the character representing one of the following specifiers that indicates the exact format to use when interpreting the current GUID instance: "N", "D", "B", "P", or "X".
Returns
true
if the formatting operation was successful; false
otherwise.
Applies to
.NET 10 та інші версії
Продукт | Версії |
---|---|
.NET | Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Standard | 2.1 |
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: