Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_StringCaseInsensitiveString Functions

Public Function CharIsNumericInt (
s As String
) As Boolean

Is the character part of a numeric int (0-9) ?

s as String

The character to evaluate

Call Template:

Dim b As Boolean
b = xf.Str.CharIsNumericInt(s)

See Also:

Example 1:

1
2
3
xf.Str.CharIsNumericInt("a")   => False
xf.Str.CharIsNumericInt("5")   => True
xf.Str.CharIsNumericInt(".")   => False
Contact Us :: About Us :: Policies :: email: infspamo@arrospamw-of-tispamme.com    © 2012 Arrow Of Time Pty Ltd