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