Unicode Intrinsic Functions - AsNativeString Method

Return the string as a native string

Member of Unicode Intrinsic Functions (PRIM_LIBI.IUnicodeIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)StringResulting Nativestring

Details

AsNativeString returns the subject Unicode String converted to the current code page.
 
Characters that are not valid in the current code page will be replaced with a question mark (?).

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2