 | CAEXPathBuilderPathPartName Method |
Transforms a name to a path Part (special characters are escaped).
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static string PathPartName(
string name,
CAEXDocumentCAEXSchema schema
)
Public Shared Function PathPartName (
name As String,
schema As CAEXDocumentCAEXSchema
) As String
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