MySqlBinaryString Constructor(String,Encoding)
Initializes a new instance of the
MySqlBinaryString structure with text data and encoding.
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Encoding _
)
Parameters
- value
- A string that represents Value of the structure.
- encoding
- The encoding to use.