[This is preliminary documentation and is subject to change.]
Returns a boolean indicating if the supplied results file name is a valid one.
| C# | Visual Basic | Visual C++ |
public static bool IsValid( string theResultsFileName )
Public Shared Function IsValid ( _ theResultsFileName As String _ ) As Boolean
public: static bool IsValid( String^ theResultsFileName )
- theResultsFileName (String)
- The results file name.
Indicating if the supplied results file name is a valid one.