Constructor Base64Bytes
Base64Bytes(ReadOnlySpan<byte>)
Initializes a new instance of the Base64Bytes struct by copying the specified span.
Declaration
public Base64Bytes(ReadOnlySpan<byte> data)
Parameters
| Type | Name | Description |
|---|---|---|
| ReadOnlySpan<byte> | data | The byte span data to copy. |
Base64Bytes(ImmutableArray<byte>)
Initializes a new instance of the Base64Bytes struct with the specified immutable array.
Declaration
public Base64Bytes(ImmutableArray<byte> data)
Parameters
| Type | Name | Description |
|---|---|---|
| ImmutableArray<byte> | data | The immutable byte array data. |