Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awString | awStringAppendDoubleLocalized
 
awStringAppendDoubleLocalized
void awStringAppendDoubleLocalized(
BrokerString st,
double number);
st
The destination string.
number
The double you are appending.
Appends a string representation of number to the end of the destination string st. The current locale is used to format the double.
See also: