Click or drag to resize

CAEXPathBuilderPathPartName Method

Transforms a name to a path Part (special characters are escaped).

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static string PathPartName(
	string name,
	CAEXDocumentCAEXSchema schema
)

Parameters

name  String
The name.
schema  CAEXDocumentCAEXSchema
This method has different implementations according to the used CAEX Version

Return Value

String
The transformed name that can be used as a path part.
Remarks
Since CAEX Version 3.0 the Path separator characters '.' and ':' are eliminated.
See Also