Method Parse
Parse(in FixedString32Bytes)
Converts FixedString32Bytes to LogLevel
Declaration
public static LogLevel Parse(in FixedString32Bytes str)
Parameters
Type | Name | Description |
---|---|---|
FixedString32Bytes | str | FixedString32Bytes representation of LogLevel |
Returns
Type | Description |
---|---|
LogLevel | LogLevel that was in FixedString32Bytes |
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException | If cannot match the LogLevel |