Char.IUtf8SpanFormattable.TryFormat 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試將目前實例的值格式化為UTF-8到提供的位元組範圍。
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
參數
- bytesWritten
- Int32
當這個方法傳回時,會包含以 utf8Destination
寫入的位元元組數目。
- format
- ReadOnlySpan<Char>
範圍,包含代表標準或自定義格式字串的字元,定義 utf8Destination
可接受的格式。
- provider
- IFormatProvider
選擇性物件,提供 utf8Destination
的特定文化特性格式資訊。
傳回
如果格式設定成功,true
;否則,false
。