Click or drag to resize

AssemblyResolverIsLegalPathToken Method

Determines whether the string is a legal path token.

Namespace:  csscript
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public static bool IsLegalPathToken(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: Boolean
true if the string is a legal path token; otherwise, false.
See Also