S
sbcglobal
I am using VS .Net 2003 and trying to convert a unicode data (vb .net
default string type?) to single byte using
BData = StrConv(UData, vbFromUnicode)
it is a method mentioned in
http://support.microsoft.com/default.aspx?scid=kb;EN-US;174923 but the
problem is vbFromUnicode is not supported in my version of vs .net, anyone
knows what is the equivalent function in vs .net 2003?
default string type?) to single byte using
BData = StrConv(UData, vbFromUnicode)
it is a method mentioned in
http://support.microsoft.com/default.aspx?scid=kb;EN-US;174923 but the
problem is vbFromUnicode is not supported in my version of vs .net, anyone
knows what is the equivalent function in vs .net 2003?