Parameters
- value
- The string to store.
- unicode
- true, if client charset UTF8 is used; false, if default client charset is used.
... MySqlText mySqlText = new MySqlText("Test string",true); Console.WriteLine(mySqlText.Value); ...
... Dim myTextSql As MySqlText = New MySqlText("Test string", True) Console.WriteLine(myTextSql.Value) ...