Calculate Ascii Value

  • Thread starter Thread starter Microsoft News
  • Start date Start date
* "Microsoft News said:
Hoe to calculate ASCII value of a character

\\\
MsgBox(Convert.ToInt32("A"c))
MsgBox(AscW("A"))
MsgBox(System.Text.Encoding.Unicode.GetBytes("A")(0))
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top