Overload | Description |
---|---|
MySqlBinaryString Constructor(Byte[]) | Initializes a new instance of the MySqlBinaryString structure with binary data. |
MySqlBinaryString Constructor(Byte[],Int32,Int32) | Initializes a new instance of the MySqlBinaryString structure with subrange of a binary data block. |
MySqlBinaryString Constructor(Byte[],Encoding) | Initializes a new instance of the MySqlBinaryString structure with binary data and encoding. |
MySqlBinaryString Constructor(Byte[],Int32,Int32,Encoding) | Initializes a new instance of the MySqlBinaryString structure with subrange of a binary data block and encoding. |
MySqlBinaryString Constructor(String) | Initializes a new instance of the MySqlBinaryString structure with text data. |
MySqlBinaryString Constructor(String,Encoding) | Initializes a new instance of the MySqlBinaryString structure with text data and encoding. |