Click or drag to resize

StringDelimitedEncoding Methods

The BinaryTextEncodingStringDelimitedEncoding type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(BinaryTextEncodingStringDelimitedEncoding)
Determines whether the specified object is equal to the current object.
Public methodGetByteCount(BinaryString)
Calculates the number of bytes produced by encoding the characters in the specified string.
(Inherited from BinaryTextEncoding.)
Public methodGetBytes(BinaryString)
Encodes a string into a byte array.
(Inherited from BinaryTextEncoding.)
Public methodGetBytes(BinaryString, Buffer)
Encodes a string into a byte array.
(Inherited from BinaryTextEncoding.)
Public methodGetBytes(BinaryString, IDataWriter)
Encodes a string into a byte array.
(Inherited from BinaryTextEncoding.)
Public methodGetBytes(BinaryString, Byte, Int32, Int32)
Encodes a string into a byte array.
(Inherited from BinaryTextEncoding.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetString(Buffer)
Decodes a string from a byte array.
(Inherited from BinaryTextEncoding.)
Public methodGetString(IDataReader)
Decodes a string from a byte array.
(Inherited from BinaryTextEncoding.)
Public methodGetString(Byte, Int32, Int32)
Decodes a string from a byte array.
(Inherited from BinaryTextEncoding.)
Top
See Also