The DbfEncodingCp437 type exposes the following members.
Constructors
Methods
|
| Name | Description |
|---|
 | GetByteCount |
Calculates the number of bytes produced by encoding a set of characters from the specified character array.
(Inherited from DbfEncodingBase.) |
 | GetBytes |
Encodes a set of characters from the specified character array into the specified byte array.
(Inherited from DbfEncodingBase.) |
 | GetCharCount |
Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.
(Inherited from DbfEncodingBase.) |
 | GetChars |
Decodes a sequence of bytes from the specified byte array into the specified character array.
(Inherited from DbfEncodingBase.) |
 | GetMaxByteCount |
Calculates the maximum number of bytes produced by encoding the specified number of characters.
(Inherited from DbfEncodingBase.) |
 | GetMaxCharCount |
Calculates the maximum number of characters produced by decoding the specified number of bytes.
(Inherited from DbfEncodingBase.) |
Extension Methods
Properties
|
| Name | Description |
|---|
 | WebName |
Gets the name registered with the Internet Assigned Numbers Authority (IANA) for the current encoding.
(Overrides Encoding..::..WebName.) |
See Also