HI
when i use the bdpDataAdapter1.DataSet.GetXml(), this would return the xml
string. HOwever, the database is stored using UTF16. Hence when the xml
string is returned, the chinese characters are not shown.
Please advice on how to convert the string to a unicode string.
In delphi, i can use the UTFEncode and UTFDecode function but in C#?? is
there such functions?
thanks
chris