StringDelimitedEncoding Methods |
The BinaryTextEncodingStringDelimitedEncoding type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).) | |
| Equals(BinaryTextEncodingStringDelimitedEncoding) |
Determines whether the specified object is equal to the current object.
| |
| GetByteCount(BinaryString) |
Calculates the number of bytes produced by encoding the characters in the specified string.
(Inherited from BinaryTextEncoding.) | |
| GetBytes(BinaryString) |
Encodes a string into a byte array.
(Inherited from BinaryTextEncoding.) | |
| GetBytes(BinaryString, Buffer) |
Encodes a string into a byte array.
(Inherited from BinaryTextEncoding.) | |
| GetBytes(BinaryString, IDataWriter) |
Encodes a string into a byte array.
(Inherited from BinaryTextEncoding.) | |
| GetBytes(BinaryString, Byte, Int32, Int32) |
Encodes a string into a byte array.
(Inherited from BinaryTextEncoding.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) | |
| GetString(Buffer) |
Decodes a string from a byte array.
(Inherited from BinaryTextEncoding.) | |
| GetString(IDataReader) |
Decodes a string from a byte array.
(Inherited from BinaryTextEncoding.) | |
| GetString(Byte, Int32, Int32) |
Decodes a string from a byte array.
(Inherited from BinaryTextEncoding.) |