Method IParsable<Base64Bytes>.TryParse
IParsable<Base64Bytes>.TryParse(string?, IFormatProvider?, out Base64Bytes)
Tries to parse a string into a value.
Declaration
static bool IParsable<Base64Bytes>.TryParse(string? s, IFormatProvider? provider, out Base64Bytes result)
Parameters
| Type | Name | Description |
|---|---|---|
| string | s | The string to parse. |
| IFormatProvider | provider | An object that provides culture-specific formatting information about |
| Base64Bytes | result | When this method returns, contains the result of successfully parsing |
Returns
| Type | Description |
|---|---|
| bool |