PDA

Click to See Complete Forum and Search --> : MultiByte To Widechar


efrat
Sep 26th, 2000, 09:52 AM
Hi All

I need just to know how am i work with this function?

just to take staring and convert it to unicode

in vb

Thanks

Sep 26th, 2000, 02:18 PM
Use the StrConv function to do this.

Dim strUni As String
strUni = StrConv("Hello World", vbUnicode)