A .NET wrapper to the SQLite database

SQLiteClient.GetLibEncoding Method 

Returns the encoding of the underlying library

[Visual Basic]
Public Shared Function GetLibEncoding() As String
[C#]
public static string GetLibEncoding();

Return Value

String of the encoding

Example

            string libVersion = SQLite.GetLibEncoding();
            

See Also

SQLiteClient Class | SQLite.NET Namespace