Str_To_Hex$

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > String functions >

Str_To_Hex$

 

Description

 

Converts a string into a sequence of hexadecimal values.

 

Syntax

 

s = Str_To_Hex$(StringBuffer)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

StringBuffer

String

No

String to be converted into hex representation

 

Remarks

 

Restrictions

 

See also

 

Str_To_Hex$, Hex_To_Str$

 

Examples