Method IParsable<Base64Bytes>.Parse
IParsable<Base64Bytes>.Parse(string, IFormatProvider?)
Parses a string into a value.
Declaration
static Base64Bytes IParsable<Base64Bytes>.Parse(string s, IFormatProvider? provider)
Parameters
| Type | Name | Description |
|---|---|---|
| string | s | The string to parse. |
| IFormatProvider | provider | An object that provides culture-specific formatting information about |
Returns
| Type | Description |
|---|---|
| Base64Bytes | The result of parsing |
Implements
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| FormatException |
|
| OverflowException |
|