Dear The Expert, What is the replacement for AscB in VB.Net .. ? please advise Thanks Winanjaya
VB Code: System.Text.ASCIIEncoding.ASCII.GetBytes(pStr)(0) you need to make sure that the String is not empty, or contain at least one character.
System.Text.ASCIIEncoding.ASCII.GetBytes(pStr)(0)
Forum Rules