Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.63 KB

File metadata and controls

58 lines (46 loc) · 1.63 KB

Function: IsNumeric

Tests whether a value is numeric

Method Signature

IsNumeric(string=[any], locale=[string])

Arguments

Argument Type Required Description Default
string any true
locale string false Optional locale string, otherwise the context locale default is used when parsing string values

Examples

Related