[F] getMinLengthAsNumeric
function getMinLengthAsNumeric(program, target): Numeric | undefined;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 @minLengthdecorator | 
Returns
Section titled “Returns”Numeric | undefined