Encoding
Encoding()
Encoding(Int32)
Encoding(Int32, EncoderFallback, DecoderFallback)
ASCII
BigEndianUnicode
BodyName
CodePage
DecoderFallback
Default
EncoderFallback
EncodingName
HeaderName
IsBrowserDisplay
IsBrowserSave
IsMailNewsDisplay
IsMailNewsSave
IsReadOnly
IsSingleByte
Latin1
Preamble
Unicode
UTF32
UTF7
UTF8
WebName
WindowsCodePage
Clone()
Convert(Encoding, Encoding, Byte[])
Convert(Encoding, Encoding, Byte[], Int32, Int32)
CreateTranscodingStream(Stream, Encoding, Encoding, Boolean)
Equals(Object)
GetByteCount(Char[])
GetByteCount(String)
GetByteCount(Char*, Int32)
GetByteCount(Char[], Int32, Int32)
GetByteCount(String, Int32, Int32)
GetByteCount(ReadOnlySpan<Char>)
GetBytes(Char[])
GetBytes(String)
GetBytes(Char[], Int32, Int32)
GetBytes(String, Int32, Int32)
GetBytes(Char*, Int32, Byte*, Int32)
GetBytes(Char[], Int32, Int32, Byte[], Int32)
GetBytes(String, Int32, Int32, Byte[], Int32)
GetBytes(ReadOnlySpan<Char>, Span<Byte>)
GetCharCount(Byte[])
GetCharCount(Byte*, Int32)
GetCharCount(Byte[], Int32, Int32)
GetCharCount(ReadOnlySpan<Byte>)
GetChars(Byte[])
GetChars(Byte[], Int32, Int32)
GetChars(Byte*, Int32, Char*, Int32)
GetChars(Byte[], Int32, Int32, Char[], Int32)
GetChars(ReadOnlySpan<Byte>, Span<Char>)
GetDecoder()
GetEncoder()
GetEncoding(Int32)
GetEncoding(String)
GetEncoding(Int32, EncoderFallback, DecoderFallback)
GetEncoding(String, EncoderFallback, DecoderFallback)
GetEncodings()
GetHashCode()
GetMaxByteCount(Int32)
GetMaxCharCount(Int32)
GetPreamble()
GetString(Byte[])
GetString(Byte*, Int32)
GetString(Byte[], Int32, Int32)
GetString(ReadOnlySpan<Byte>)
IsAlwaysNormalized()
IsAlwaysNormalized(NormalizationForm)
RegisterProvider(EncodingProvider)
TryGetBytes(ReadOnlySpan<Char>, Span<Byte>, Int32)
TryGetChars(ReadOnlySpan<Byte>, Span<Char>, Int32)
GetBytes(Encoding, ReadOnlySequence<Char>)
GetBytes(Encoding, ReadOnlySequence<Char>, IBufferWriter<Byte>)
GetBytes(Encoding, ReadOnlySequence<Char>, Span<Byte>)
GetBytes(Encoding, ReadOnlySpan<Char>, IBufferWriter<Byte>)
GetChars(Encoding, ReadOnlySequence<Byte>, IBufferWriter<Char>)
GetChars(Encoding, ReadOnlySequence<Byte>, Span<Char>)
GetChars(Encoding, ReadOnlySpan<Byte>, IBufferWriter<Char>)
GetString(Encoding, ReadOnlySequence<Byte>)
net9.0
namespace System.Text
{
public static class EncodingExtensions
{
public static long GetChars(this Encoding! encoding, in ReadOnlySequence<byte> bytes, IBufferWriter<char>! writer);
}
}
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