Unicode Property (PgSqlConnectionStringBuilder)
 
            Gets or sets a value indicating whether the UTF8 charset will be used.
            
            
            
            
            
            
            
            'Declaration
 
Public Property Unicode As Boolean
             
        
            
            public bool Unicode {get; set;}
             
        
             
        
            
            
            Property Value
true, if client charset UTF8 is used; 
false, if default client charset is used. The default value for Full .NET Framework is 
false. For .NET Core, the default value is 
true.