|
Navigation: thinBasic language > Modules > Crypto > iCrypto_ASCII2Bin |
![]() ![]()
|
Description
The iCrypto_ASCII2Bin(sASCII AS STRING) function translates one string of ASCII values to the 'normal' string.
Syntax
iCrypto_ASCII2Bin(s) AS STRING
Returns
Returns AS STRING
The string.
Parameters
sASCII AS STRING
The string to decode fro ASCII to Char.
Remarks
Restrictions
See also
Examples
MsgBox 0, iCrypto_ASCII2Bin("48656C6C6F20576F726C6421") ' results Hello World!
| © 2004-2008 thinBasic. All rights reserved. | Version 1.6.0.10 | Web Site: http://www.thinbasic.com |