Click or drag to resize
ValidationHelperIsPositiveNumber Method
Returns true if the object representation matches the positive number.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool IsPositiveNumber(
	Object value,
	string culture = null
)

Parameters

value
Type: SystemObject
Value to check
culture (Optional)
Type: SystemString
Culture to check

Return Value

Type: Boolean
See Also