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