 | AssemblyResolverIsLegalPathToken Method |
Determines whether the string is a legal path token.
Namespace:
csscript
Assembly:
CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntaxpublic static bool IsLegalPathToken(
string name
)
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
Booleantrue if the string is a legal path token; otherwise,
false.
See Also