Decoder
Decoder()
Fallback
FallbackBuffer
Convert(Byte*, Int32, Char*, Int32, Boolean, Int32, Int32, Boolean)
Convert(Byte[], Int32, Int32, Char[], Int32, Int32, Boolean, Int32, Int32, Boolean)
Convert(ReadOnlySpan<Byte>, Span<Char>, Boolean, Int32, Int32, Boolean)
GetCharCount(Byte[], Int32, Int32)
GetCharCount(Byte*, Int32, Boolean)
GetCharCount(Byte[], Int32, Int32, Boolean)
GetCharCount(ReadOnlySpan<Byte>, Boolean)
GetChars(Byte[], Int32, Int32, Char[], Int32)
GetChars(Byte*, Int32, Char*, Int32, Boolean)
GetChars(Byte[], Int32, Int32, Char[], Int32, Boolean)
GetChars(ReadOnlySpan<Byte>, Span<Char>, Boolean)
Reset()
Convert(Decoder, ReadOnlySequence<Byte>, IBufferWriter<Char>, Boolean, Int64, Boolean)
Convert(Decoder, ReadOnlySpan<Byte>, IBufferWriter<Char>, Boolean, Int64, Boolean)
net9.0
namespace System.Text
{
public static class EncodingExtensions
{
public static void Convert(this Decoder! decoder, ReadOnlySpan<byte> bytes, IBufferWriter<char>! writer, bool flush, out long charsUsed, out bool completed);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
Information specific to net9.0 | |
Assembly | System.Memory , Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API