.NET Framework Bookmark and Share   
 index > .NET Base Class Library > VB.NET
 

VB.NET

What is the VB.NET equivalent of StrConv(abCipher, vbUnicode) ... Can anyone please help me ...

Thanks in advance

netProf

Hi,

Have a look at the Encoding class in dot net. Also the following article may be useful:

http://nishantpant.wordpress.com/2007/01/04/how-to-convertdisplay-a-unicode-string-in-vbnet/

Regards,

Peeyush.

Piyush K. Singh
VB.NET still contains many of the VB functions. Look in the "Microsoft.VisualBasic" namespace for the "StrConv" function. I'm not sure if that is the exact function as the one you mentioned but I just though I would point it out in case you didn't see it. If it is not, then I guess you would have to do it the .NET way like the poster above mentioned.
ScubaSteve20001

Hi,

Have a look at the Encoding class in dot net. Also the following article may be useful:

http://nishantpant.wordpress.com/2007/01/04/how-to-convertdisplay-a-unicode-string-in-vbnet/

Regards,

Peeyush.

Piyush K. Singh
VB.NET still contains many of the VB functions. Look in the "Microsoft.VisualBasic" namespace for the "StrConv" function. I'm not sure if that is the exact function as the one you mentioned but I just though I would point it out in case you didn't see it. If it is not, then I guess you would have to do it the .NET way like the poster above mentioned.
ScubaSteve20001

You can use google to search for other answers

Custom Search

More Threads

• Serial Port C# Programming
• Textbox back color?
• Is there an HttpApplication event that fires once and only once? Bad example = "The PreSendRequestContent event may occur multiple times."
• A Question about assemblies in GAC
• Reference not satisfied
• How to display variable in a textbox ?
• Proper design pattern
• Native DLL classes to C#
• HttpWebRequest and HttpWebResponse
• How to update values in a HybridDictionary?