The EncodingNoPreamble type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EncodingNoPreamble | Initializes a new instance of the EncodingNoPreamble class |
Methods
Name | Description | |
---|---|---|
![]() | Clone |
When overridden in a derived class, creates a shallow copy of the current Encoding object.
(Inherited from Encoding.) |
![]() | Equals |
Determines whether the specified Object is equal to the current instance.
(Inherited from Encoding.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetByteCount(array<Char>[]()[][]) |
When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array.
(Inherited from Encoding.) |
![]() | GetByteCount(String) |
When overridden in a derived class, calculates the number of bytes produced by encoding the characters in the specified String.
(Inherited from Encoding.) |
![]() | GetByteCount(Char*, Int32) |
When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer.
(Inherited from Encoding.) |
![]() | GetByteCount(array<Char>[]()[][], Int32, Int32) | (Overrides Encoding..::..GetByteCount(array<Char>[]()[][], Int32, Int32).) |
![]() | GetBytes(array<Char>[]()[][]) |
When overridden in a derived class, encodes all the characters in the specified character array into a sequence of bytes.
(Inherited from Encoding.) |
![]() | GetBytes(String) |
When overridden in a derived class, encodes all the characters in the specified String into a sequence of bytes.
(Inherited from Encoding.) |
![]() | GetBytes(array<Char>[]()[][], Int32, Int32) |
When overridden in a derived class, encodes a set of characters from the specified character array into a sequence of bytes.
(Inherited from Encoding.) |
![]() | GetBytes(Char*, Int32, Byte*, Int32) |
When overridden in a derived class, encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer.
(Inherited from Encoding.) |
![]() | GetBytes(String, Int32, Int32, array<Byte>[]()[][], Int32) |
When overridden in a derived class, encodes a set of characters from the specified String into the specified byte array.
(Inherited from Encoding.) |
![]() | GetBytes(array<Char>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32) | (Overrides Encoding..::..GetBytes(array<Char>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32).) |
![]() | GetCharCount(array<Byte>[]()[][]) |
When overridden in a derived class, calculates the number of characters produced by decoding all the bytes in the specified byte array.
(Inherited from Encoding.) |
![]() | GetCharCount(Byte*, Int32) |
When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer.
(Inherited from Encoding.) |
![]() | GetCharCount(array<Byte>[]()[][], Int32, Int32) | (Overrides Encoding..::..GetCharCount(array<Byte>[]()[][], Int32, Int32).) |
![]() | GetChars(array<Byte>[]()[][]) |
When overridden in a derived class, decodes all the bytes in the specified byte array into a set of characters.
(Inherited from Encoding.) |
![]() | GetChars(array<Byte>[]()[][], Int32, Int32) |
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a set of characters.
(Inherited from Encoding.) |
![]() | GetChars(Byte*, Int32, Char*, Int32) |
When overridden in a derived class, decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer.
(Inherited from Encoding.) |
![]() | GetChars(array<Byte>[]()[][], Int32, Int32, array<Char>[]()[][], Int32) | (Overrides Encoding..::..GetChars(array<Byte>[]()[][], Int32, Int32, array<Char>[]()[][], Int32).) |
![]() | GetDecoder | (Overrides Encoding..::..GetDecoder()()()().) |
![]() | GetEncoder | (Overrides Encoding..::..GetEncoder()()()().) |
![]() | GetHashCode |
Returns the hash code for the current instance.
(Inherited from Encoding.) |
![]() | GetMaxByteCount | (Overrides Encoding..::..GetMaxByteCount(Int32).) |
![]() | GetMaxCharCount | (Overrides Encoding..::..GetMaxCharCount(Int32).) |
![]() | GetPreamble | (Overrides Encoding..::..GetPreamble()()()().) |
![]() | GetString(array<Byte>[]()[][]) |
When overridden in a derived class, decodes all the bytes in the specified byte array into a string.
(Inherited from Encoding.) |
![]() | GetString(array<Byte>[]()[][], Int32, Int32) |
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a string.
(Inherited from Encoding.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | IsAlwaysNormalized()()()() |
Gets a value indicating whether the current encoding is always normalized, using the default normalization form.
(Inherited from Encoding.) |
![]() | IsAlwaysNormalized(NormalizationForm) |
When overridden in a derived class, gets a value indicating whether the current encoding is always normalized, using the specified normalization form.
(Inherited from Encoding.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | BodyName | (Overrides Encoding..::..BodyName.) |
![]() | CodePage | (Overrides Encoding..::..CodePage.) |
![]() | DecoderFallback |
Gets or sets the DecoderFallback object for the current Encoding object.
(Inherited from Encoding.) |
![]() | EncoderFallback |
Gets or sets the EncoderFallback object for the current Encoding object.
(Inherited from Encoding.) |
![]() | EncodingName | (Overrides Encoding..::..EncodingName.) |
![]() | HeaderName | (Overrides Encoding..::..HeaderName.) |
![]() | IsBrowserDisplay | (Overrides Encoding..::..IsBrowserDisplay.) |
![]() | IsBrowserSave | (Overrides Encoding..::..IsBrowserSave.) |
![]() | IsMailNewsDisplay | (Overrides Encoding..::..IsMailNewsDisplay.) |
![]() | IsMailNewsSave | (Overrides Encoding..::..IsMailNewsSave.) |
![]() | IsReadOnly |
When overridden in a derived class, gets a value indicating whether the current encoding is read-only.
(Inherited from Encoding.) |
![]() | IsSingleByte |
When overridden in a derived class, gets a value indicating whether the current encoding uses single-byte code points.
(Inherited from Encoding.) |
![]() | WebName | (Overrides Encoding..::..WebName.) |
![]() | WindowsCodePage | (Overrides Encoding..::..WindowsCodePage.) |