Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | String Folder | Summary of Elements in this Folder | pub.string:isNumber
 
pub.string:isNumber
WmPublic. Determines whether the contents of a string can be converted to a float value.
Input Parameters
inString
String Optional. String to be checked for conversion to float.
Output Parameters
isNumber
String Indicates whether or not inString can be converted to a float value.
*true indicates that inString can be converted to a float value.
*false indicates that inString cannot be converted to a float value.
The service returns false if inString is not specified.