'Declaration Public Function New( _ ByVal value As String, _ ByVal isUnicode16 As Boolean _ )
public SQLiteText( string value, bool isUnicode16 )
Parameters
- value
- The string to store.
- isUnicode16
- true, if client charset UTF8 is used; false, if default client charset is used.