String Intrinsic Functions - IsMixed Method

Test if the string contains SBCS and DBCS characters

Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)BooleanTrue if the string is mixed

Details

IsMixed returns true if there is a mixture of single byte and double byte characters in the supplied string.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2