2.5.7.8 vString

The vString custom input type specifies a PtgStr1 derived from a source token that MUST be a vNumAny, PtgStr1, or PtgMissArg. It contains the following computed properties.

Value

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

If the source token is a PtgStr1, Value is equal to the source token value.

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

If the source token is a PtgMissArg, Value is equal to the empty string.

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

Type

This property specifies a token type of PtgStr1.