GE..::..TryParse Method (ReadOnlySpan<(Of <(<'Byte>)>)>, Boolean%, GE%)

Namespace:  SecretNET.Crypto.Secp256k1
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public static bool TryParse(
	ReadOnlySpan<byte> pub,
	out bool compressed,
	out GE elem
)

Parameters

pub
Type: ReadOnlySpan<(Of <(<'Byte>)>)>
compressed
Type: Boolean%
elem
Type: SecretNET.Crypto.Secp256k1..::..GE%