Click or drag to resize

CAEXPathBuilderCanNormalize Method

Determines whether the specified path can be normalized because it contains path part delimiters

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static bool CanNormalize(
	string path
)

Parameters

path  String
The path.

Return Value

Boolean
true if this instance can normalize the specified path; otherwise, false.
See Also