Table of Contents

To Method

Definition

Namespace
Cuemon.Security
Assemblies
Cuemon.Core.dll
Source
src/Cuemon.Core/Security/HashResult.cs

To<T>(Func<byte[], T>)

Provides a generic converter of a byte array.

public T To<T>(Func<byte[], T> converter)

Parameters

converter Func<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

T

The type of the result.