tryParseVKEY

Tries to parse the passed vKey string and converts it into a scan

nothrow pure @safe
bool
tryParseVKEY
(
string input
,
out uint vKey
)

Parameters

input string

input vKey string

vKey uint

contains the vKey

Return Value

Type: bool

true = success

Meta