Ascii2Unicode

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > Unicode / UTF8 >

Ascii2Unicode

 

Description

 

Converts an Ascii string to Unicode.

 

Syntax

 

s = Ascii2Unicode(StringExpression)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

StringExpression

String

No

The string expression to transform into Unicode.

 

Remarks

 

This function will always add 2 more $NUL bytes to the returned string.

 

Restrictions

 

See also

 

String Handling, Unicode2Ascii, IsUnicode

 

Examples