Gets/Sets the text encoding used when reading string attribbutes from the shapefile's DBF file
            
    Namespace: 
   EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property StringEncoding As Encoding Get Set | 
| C# | 
|---|
| public Encoding StringEncoding { get; set; } | 
| Visual C++ | 
|---|
| public: property Encoding^ StringEncoding { Encoding^ get (); void set (Encoding^ value); } | 
| JavaScript | 
|---|
| function get_stringEncoding(); function set_stringEncoding(value); | 
 
     
     
     
     
    