:navigation-title: condition.string.isNumeric .. include:: /Includes.rst.txt .. _fluidtypo3-vhs-condition-string-isnumeric: ======================================================================== condition.string.isNumeric ViewHelper `` ======================================================================== Condition: Value is numeric =========================== Condition ViewHelper which renders the `then` child if provided value is numeric. .. _fluidtypo3-vhs-condition-string-isnumeric_arguments: 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` true :aspect:`Description` Value to check