TryParseUInt64(YamlReader, out UInt64) Method

Definition

Assembly SharpYaml.dll

Parses the current scalar token as an unsigned YAML integer while honoring scalar style and UseSchema.

public static bool TryParseUInt64(YamlReader reader, scoped out ulong result)

Parameters

reader
YamlReader

The reader positioned on a scalar token.

result
UInt64

The parsed unsigned integer value.

Returns