Class HashTypeExtensions
Inheritance
HashTypeExtensions
Assembly: cs.temp.dll.dll
Syntax
public static class HashTypeExtensions
Fields
TypeToString
Declaration
public static readonly string[] TypeToString
Field Value
Methods
ToFixedString(HashType)
Declaration
public static FixedString32Bytes ToFixedString(this HashType hashType)
Parameters
Returns
Type |
Description |
FixedString32Bytes |
|
ToOptionalFixedString(HashType)
Declaration
public static Optional<FixedString32Bytes> ToOptionalFixedString(this HashType hashType)
Parameters
Returns
Type |
Description |
Optional<FixedString32Bytes> |
|