SQLiteText Constructor(String,Boolean)
Initializes a new instance of the
SQLiteText class, setting the
Value property to the specified string and specifying what encoding will be used.
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Boolean _
)
Parameters
- value
- The string to store.
- isUnicode16
- true, if client charset UTF8 is used; false, if default client charset is used.