This component includes following methods of binary data extension
BinaryToBase64: Converts Binary Data into Base64 Text.
BinaryDataSize: Returns the size in bytes of a binary content.
Base64toBinary : Converts Base64 Text into Binary Data.
TextToBinaryData : Converts a Text into binary content. If no encoding is supplied, the system's default ANSI encoding will be used.
BinaryDataSize: Reads the content of a text file using a given encoding. If no encoding is supplied, the system's default ANSI encoding will be used.
Compare : Performs a binary comparison between two Binary Data contents.