[Extension()] public static bool TryGetVariableFilePath( string pathString, out IVariableFilePath variableFilePath )
Parameters
- pathString
- Represents the path.
- variableFilePath
- If this method returns true, this is the returned path object.
Return Value
true if pathString is a valid file path that contains variables and as a consequence, the returned variableFilePath is not null.