Share via


DictType.stringRight Method

Indicates whether the string is right-justified for an extended data type that is based on the string data type.

Syntax

public boolean stringRight()

Run On

Called

Return Value

Type: boolean
true if the string is right-justified; otherwise, false.

Remarks

The return value corresponds to the Adjustment property for the extended data type in the AOT.

See Also

DictType Class

DictType.setStringRight Method