Page 1 of 1

CsvCharSet values

Posted: Tue Mar 24, 2015 4:23 pm
by keris
What valueset is valid for CsvCharSet property of StiWebViewer when configured via ASPX file ( not code behind ) ?
Thanx so far
Peter

Re: CsvCharSet values

Posted: Wed Mar 25, 2015 5:46 am
by HighAley
Hello, Peter.

We use the System.Text.Encoding class from .Net Framework.
You could get a list of the Encoding Names that you could use on the MSDN library.

Thank you.