Parses reportLevelString and returns a new ReportLevel instance.
| C# | Visual Basic | Visual C++ |
public static ReportLevel Parse( string reportLevelString )
Public Shared Function Parse ( _ reportLevelString As String _ ) As ReportLevel
public: static ReportLevel Parse( String^ reportLevelString )
- reportLevelString (String)
- A string representing a report level.
A new ReportLevel corresponding to reportLevelString.
| Exception | Condition |
|---|---|
| ArgumentNullException | If reportLevelString is null. |
| FormatException | If reportLevelString has an invalid format. |
