[F] getMaxLengthAsNumeric
function getMaxLengthAsNumeric(program, target): undefined | Numeric;
Get the minimum length of a string type as a Numeric value.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
program | Program | Current program |
target | Type | Type with the @maxLength decorator |
Returns
Section titled “Returns”undefined
| Numeric