V
VB Programmer
I have a line of code in my project: mobjText.Append(ChrW(Bytes(iIndex)))
I took out the reference to Microsoft.VisualBasic in my imports so that I am
forced to use all VB.NET stuff.
What is the replacement for the ChrW function?
Thanks,
Robert
I took out the reference to Microsoft.VisualBasic in my imports so that I am
forced to use all VB.NET stuff.
What is the replacement for the ChrW function?
Thanks,
Robert