Click or drag to resize

CAEXPathBuilderSeparatorChars Method

Gets the defined Separator characters according to the provided schema version.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static char[] SeparatorChars(
	CAEXDocumentCAEXSchema schema
)

Parameters

schema  CAEXDocumentCAEXSchema
The schema.

Return Value

Char
The defined separator characters, which can be used in a CAEX path.
See Also