MySqlBinaryString Constructor(String,Encoding)
In This Topic
Initializes a new instance of the
MySqlBinaryString structure with text data and encoding.
Syntax
|
|---|
'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.
See Also