 | CAEXPathBuilderCanNormalize Method |
Determines whether the specified path can be normalized because it contains path part delimiters
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool CanNormalize(
string path
)
Public Shared Function CanNormalize (
path As String
) As Boolean
public:
static bool CanNormalize(
String^ path
)
Parameters
- path String
- The path.
Return Value
Booleantrue if this instance can normalize the specified path; otherwise,
false.
See Also