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
Printable View
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
Use the StrConv function to do this.
Code:Dim strUni As String
strUni = StrConv("Hello World", vbUnicode)