I have not been able to find a simple, straight forward Unicode to ASCII
string conversion function in VB.Net.
Is that because such a function does not exists or do I overlook it?
I found Encoding.Conver t, but that needs byte arrays.
Thanks,
/Ger
string conversion function in VB.Net.
Is that because such a function does not exists or do I overlook it?
I found Encoding.Conver t, but that needs byte arrays.
Thanks,
/Ger
Comment