Black Ops III

StrIsNumber

Check if a string is a number.

Example:

StrIsNumber( "1.2" ); // true

Parameters

ParameterSummary
*string: The string to check.

* = mandatory