Summary
Tries to parse a verbosity value from a string.
- Namespace
- Cake
.Core .Diagnostics - Containing Type
- VerbosityParser
Syntax
public static bool TryParse(string value, out Verbosity verbosity)
Parameters
| Name | Type | Description |
|---|---|---|
| value | string | The value to parse. |
| verbosity | Verbosity | The parsed verbosity when parsing succeeds. |
Return Value
| Type | Description |
|---|---|
| bool | true when value is a recognized verbosity; otherwise false. |
