ConvertStringIsDigitsOnly Method
Indicates if the string is made up only of digits 0 to 9.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool StringIsDigitsOnly(
string value
)
Public Shared Function StringIsDigitsOnly (
value As String
) As Boolean
- value String
- Value to evaluate.
Boolean if the string is made up only of digits; otherwise,
.