StringHelperIsPositiveInteger Method
|
Checks whether a string represents a positive integer.
Namespace:
Bootstrap.A11y.Helpers
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static bool IsPositiveInteger(
string s
)
Parameters
- s
- Type: SystemString
The string to check.
Return Value
Type:
BooleanWhether the string represents a positive integer.
See Also