Results 1 to 2 of 2

Thread: AscB in VB.Net

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2003
    Posts
    784

    AscB in VB.Net

    Dear The Expert,

    What is the replacement for AscB in VB.Net .. ? please advise

    Thanks
    Winanjaya

  2. #2
    Member
    Join Date
    May 2003
    Posts
    58
    VB Code:
    1. System.Text.ASCIIEncoding.ASCII.GetBytes(pStr)(0)

    you need to make sure that the String is not empty, or contain at least one character.

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