Navigation:  thinBasic Modules > Crypto >

iCrypto_Bin2ASCII

Previous pageReturn to chapter overviewNext page

 

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

 

Name

Type

Optional

Meaning









sText AS STRING

The string to convert.

 

Remarks

 

 

Restrictions

 

 

See also

 

iCrypto_ASCII2Bin

 

Examples

 

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

 

 

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