ConvertStringIsDigitsOnly Method

Indicates if the string is made up only of digits 0 to 9.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool StringIsDigitsOnly(
	string value
)

Parameters

value  String
Value to evaluate.

Return Value

Boolean
if the string is made up only of digits; otherwise, .

See Also