Data (text) conversion

  • Thread starter Thread starter Calvin Lai
  • Start date Start date
C

Calvin Lai

If my data in SQL server was stored from a web application with
requestEncoding set as iso8859-1. And now I want to change the data encoding
to big5, (or anything else), how could I do that? Thanks for all advice and
input.

Calvin
 
Hi Calvin,
You would typically use the Encoding class in System.Text to do it.

Regds,
Diwakar
 
Back
Top