Method IsValidPathString
IsValidPathString(string, out string)
Declaration
public static bool IsValidPathString(string pathString, out string errMsg)
Parameters
| Type | Name | Description |
|---|---|---|
| string | pathString | |
| string | errMsg |
Returns
| Type | Description |
|---|---|
| bool |
IsValidPathString(string)
Declaration
public static bool IsValidPathString(string pathString)
Parameters
| Type | Name | Description |
|---|---|---|
| string | pathString |
Returns
| Type | Description |
|---|---|
| bool |