TryParseUInt64(ReadOnlySpan, out UInt64) Method

Definition

Assembly SharpYaml.dll

Parses a YAML integer scalar into UInt64, including common base prefixes (0x, 0o, 0b) and underscores.

public static bool TryParseUInt64(ReadOnlySpan<char> value, scoped out ulong result)

Parameters

result
UInt64

Returns