.. include:: /Includes.rst.txt .. _fluidtypo3-vhs-condition-string-isnumeric: ========================== condition.string.isNumeric ========================== Condition: Value is numeric =========================== Condition ViewHelper which renders the `then` child if provided value is numeric. Arguments ========= .. _condition.string.isnumeric_then: then ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value to be returned if the condition if met. .. _condition.string.isnumeric_else: else ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value to be returned if the condition if not met. .. _condition.string.isnumeric_value: value ----- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value to check