2.5.6.8 vString

The vString custom input type specifies a PtgString parse token derived from a source token that MUST be a vNumAny custom token grouping or a PtgString. It contains the following computed property.

Value: This property specifies a string derived from the source token Value as follows.

If the source token is a PtgString, the Value is equal to the source token Value.

If the source token is a vNumAny, the Value is the string form of the source token.

In all other cases, the input argument is not valid.