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>)
net35
namespace System.Text
{
[ComVisible(true)]
public abstract class Encoding : ICloneable
{
public virtual byte[] GetBytes(char[] chars, int index, int count);
}
}
NetFx Compat Lab | 15.2 %
Reference this API |
---|---|
nuget.org | 1.1 %
Reference this API |
Upgrade Planner | 0.3 %
Reference this API |
.NET | 5.06.07.08.09.010.0 |
.NET Core | 1.01.12.02.12.23.03.1 |
.NET Framework | 1.01.12.03.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 1.01.11.21.31.41.51.62.02.1 |
Information specific to net35 | |
Assembly | mscorlib , Version=2.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API