|
Navigation: thinBasic language > Modules > Crypto > iCrypto_Bin2ASCII |
![]() ![]()
|
Description
The iCrypto_Bin2ASCII() function translates a string from characters to a string of ASCII values.
Syntax
iCrypto_Bin2ASCII(sText AS STRING) AS STRING
Returns
Returns AS STRING
The translated ASCII values string.
Parameters
sText AS STRING
The string to convert.
Remarks
Restrictions
See also
Examples
MsgBox 0, iCrypto_Bin2ASCII("Hello World!") ' results 48656C6C6F20576F726C6421
| © 2004-2008 thinBasic. All rights reserved. | Version 1.6.0.10 | Web Site: http://www.thinbasic.com |