What valueset is valid for CsvCharSet property of StiWebViewer when configured via ASPX file ( not code behind ) ?
Thanx so far
Peter
CsvCharSet values
Re: CsvCharSet values
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.
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.