IPAddress.IUtf8SpanFormattable.TryFormat Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Prova a formattare il valore dell'istanza corrente come UTF-8 nell'intervallo specificato di byte.
virtual bool System.IUtf8SpanFormattable.TryFormat(Span<System::Byte> utf8Destination, [Runtime::InteropServices::Out] int % bytesWritten, ReadOnlySpan<char> format, IFormatProvider ^ provider) = IUtf8SpanFormattable::TryFormat;
bool IUtf8SpanFormattable.TryFormat (Span<byte> utf8Destination, out int bytesWritten, ReadOnlySpan<char> format, IFormatProvider provider);
abstract member System.IUtf8SpanFormattable.TryFormat : Span<byte> * int * ReadOnlySpan<char> * IFormatProvider -> bool
override this.System.IUtf8SpanFormattable.TryFormat : Span<byte> * int * ReadOnlySpan<char> * IFormatProvider -> bool
Function TryFormat (utf8Destination As Span(Of Byte), ByRef bytesWritten As Integer, format As ReadOnlySpan(Of Char), provider As IFormatProvider) As Boolean Implements IUtf8SpanFormattable.TryFormat
Parametri
Intervallo in cui scrivere il valore di questa istanza formattato come intervallo di byte.
- bytesWritten
- Int32
Quando questo metodo restituisce, contiene il numero di byte scritti in utf8Destination
.
- format
- ReadOnlySpan<Char>
Intervallo contenente i caratteri che rappresentano una stringa di formato standard o personalizzato che definisce il formato accettabile per utf8Destination
.
- provider
- IFormatProvider
Oggetto facoltativo che fornisce informazioni di formattazione specifiche delle impostazioni cultura per utf8Destination
.
Restituisce
true
se la formattazione è stata eseguita correttamente. In caso contrario, false
.