To Method
Definition
To<T>(Func<byte[], T>)
Provides a generic converter of a byte array.
public T To<T>(Func<byte[], T> converter)
Parameters
converterFunc<byte[], T>The function delegate that takes the underlying value of this instance and converts it into
T.
Returns
- T
An instance or value of
T.
Type Parameters
TThe type of the result.