Static
initOptional
value: I18nWithDynamicThe object containing the value to be tested.
Returns true if the value exists, is non-empty, and matches the regex pattern for a positive number; otherwise, returns false.
Static
isDetermines whether the given value is an initial numeric value.
This method checks if the provided value
is defined, has a value
property,
and passes the initValueNumberTest
logic.
Optional
value: I18nWithDynamicThe value to be checked.
Returns true
if the value is an initial numeric value, otherwise false
.
Validates whether the provided value in an I18nWithDynamic object is a valid positive number string.