Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awString | awStringAppendUCChar
 
awStringAppendUCChar
void awStringAppendUC(
BrokerString st,
charUC c);
st
The destination string.
c
The Unicode source character.
Appends the Unicode source character c to the end of the destination string st.
Note:
Any Unicode character that cannot be represented in ANSI format will be converted UTF-8 format in the destination string.
See also: