keithlages
IS-IT--Management
Can anyone elighten me as to the proper method for converting text accepted from an input box from a string to unicode?
This is what worked for VB6 but won't work for .NET
InputText = StrConv(InputText, vbUnicode)
Thanks for any help!
Keith
This is what worked for VB6 but won't work for .NET
InputText = StrConv(InputText, vbUnicode)
Thanks for any help!
Keith