Unicode Converting
-
I am making a blowfish cryptography program in vb .NET and i have run into a point where i have to convert for unicode. I tried using the StrConv() function but it no long support vbFromUnicode enum. I can convert to unicode but i just need to convert back in .Net. The code that i am using in 6.0 is
Key() = StrConv(New_Value, vbFromUnicode)
Any help with this would be great. -
I am making a blowfish cryptography program in vb .NET and i have run into a point where i have to convert for unicode. I tried using the StrConv() function but it no long support vbFromUnicode enum. I can convert to unicode but i just need to convert back in .Net. The code that i am using in 6.0 is
Key() = StrConv(New_Value, vbFromUnicode)
Any help with this would be great.You might want to replace 'vbFromUnicode' with 'VbStrConv.Wide' in the VB.NET code. RageInTheMachine9532 "...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome