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>)
net10.0
namespace System.Text
{
public abstract class Encoding : ICloneable
{
[Obsolete("The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.", DiagnosticId = "SYSLIB0001", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
public static Encoding! UTF7 { get; }
}
}
| nuget.org | 0.3 % Reference this API |
|---|---|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 3.03.1 |
| .NET Framework | 2.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | System.Runtime , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Obsolete | SYSLIB0001: The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead. |
| Platform Restrictions | The property getter is supported on all platforms. |
- Built-in API
- Package-provided API