Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_StringCaseSensitiveString Functions

Public Function StringIsInteger (
s As String
) As Boolean

Is the string a valid Integer (ie. CInt(s) will succeed) ?

s as String

The string to evaluate

Call Template:

Dim b As Boolean
b = xf.StrCS.StringIsInteger(s)

See Also:

Example 1:

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