Test if the string contains SBCS and DBCS characters
Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Boolean | True if the string is mixed |
IsMixed returns true if there is a mixture of single byte and double byte characters in the supplied string.
Febuary 18 V14SP2