F
friend
Hello all,
Is there any way to convert an ascii string to decimal.
Thanks to everyone
Is there any way to convert an ascii string to decimal.
Thanks to everyone
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
friend said:Is there any way to convert an ascii string to decimal.
You mean something as
dim Ten = CDec("10")
Cor
You mean something as
dim Ten = CDec("10")
Cor
friend said:for example I get the input from remote host something like this : "Ä"
or some other character "Ì" or "Œ"
I want to convert this character to decimal and check the bits.
Hello all,
Is there any way to convert an ascii string to decimal.
Thanks to everyone
Decimal.Parse or Decimal.TryParse.
I prefere TryParse because it returns a boolean value to indicate successor
failure rather then throw an exception.
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.