Share via


SysCodeCoverageCompareContext.splitHeaderFromSource Method [AX 2012]

Splits an embedded CodeCoverage header from a source string that is created by the SysCodeCoverage.modifyTreenode method.

Syntax

public container splitHeaderFromSource(str _source)

Run On

Client

Parameters

  • _source
    Type: str
    The source string that contains a header to split.

Return Value

Type: container
A container that contains the stripped source string and the header.

See Also

Reference

SysCodeCoverageCompareContext Class