getFieldCode method

getFieldCode()

Returns text between field start and field separator (or field end if there is no separator). Both field code and field result of child fields are included.

getFieldCode()

getFieldCode(includeChildFieldCodes)

Returns text between field start and field separator (or field end if there is no separator).

getFieldCode(includeChildFieldCodes: boolean)
ParameterTypeDescription
includeChildFieldCodesbooleantrue if child field codes should be included.

See Also