<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Unicode / UTF8 > IsUnicode |
Description
Determines whether a string is likely to contain a form of Unicode text.
Syntax
n = IsUnicode(StringExpression)
Returns
Number: %TRUE or %FALSE
Parameters
Name |
Type |
Optional |
Meaning |
StringExpression |
String |
No |
The string expression to test. |
Remarks
Restrictions
See also
String Handling, Unicode2Ascii, Ascii2Unicode, IsUtf8
Examples