Table of Contents

Method TryParseHex

Namespace
Qavren.Edge.Ingestion
Assembly
Qavren.Edge.Ingestion.dll

TryParseHex(ReadOnlySpan<char>, out ContentHash)

Parses ToHex()'s output. Case-insensitive.

public static bool TryParseHex(ReadOnlySpan<char> hex, out ContentHash hash)

Parameters

hex ReadOnlySpan<char>
hash ContentHash

Returns

bool