Results 1 to 2 of 2

Thread: MultiByte To Widechar

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 1999
    Location
    y
    Posts
    141
    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

  2. #2
    Guest
    Use the StrConv function to do this.

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width