Navigation:  thinBasic Modules > Crypto >

iCrypto_ASCII2Bin

Previous pageReturn to chapter overviewNext page

 

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

 

Name

Type

Optional

Meaning









sASCII AS STRING

The string to decode fro ASCII to Char.

 

Remarks

 

 

Restrictions

 

 

See also

 

iCrypto_Bin2ASCII

 

Examples

 

MsgBox 0, iCrypto_ASCII2Bin("48656C6C6F20576F726C6421") ' results Hello World!

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com