Link Search Menu Expand Document

CSVOptionsEncodingName Property

Gets or sets the text encoding by its web name (IANA standard). For example, "utf-8". This property duplicates the Encoding but can be used with COM/ActiveX object in VBScript, VBA, VisualC++, etc.

Namespace:ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public string EncodingName { get; set; }

Property Value

Type: String
Remarks
See the list of encoding names at https://www.iana.org/assignments/character-sets/character-sets.xhtml
See Also

Reference