RadControls for Silverlight

The DbfEncodingCp437 type exposes the following members.

Constructors

  NameDescription
Public methodDbfEncodingCp437

Methods

  NameDescription
Public methodGetByteCount
Calculates the number of bytes produced by encoding a set of characters from the specified character array.
(Inherited from DbfEncodingBase.)
Public methodGetBytes
Encodes a set of characters from the specified character array into the specified byte array.
(Inherited from DbfEncodingBase.)
Public methodGetCharCount
Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.
(Inherited from DbfEncodingBase.)
Public methodGetChars
Decodes a sequence of bytes from the specified byte array into the specified character array.
(Inherited from DbfEncodingBase.)
Public methodGetMaxByteCount
Calculates the maximum number of bytes produced by encoding the specified number of characters.
(Inherited from DbfEncodingBase.)
Public methodGetMaxCharCount
Calculates the maximum number of characters produced by decoding the specified number of bytes.
(Inherited from DbfEncodingBase.)

Extension Methods

  NameDescription
Public Extension MethodGetHashCodeOrZero (Defined by ExtensionMethods.)

Properties

  NameDescription
Public propertyWebName
Gets the name registered with the Internet Assigned Numbers Authority (IANA) for the current encoding.
(Overrides Encoding..::..WebName.)

See Also