TryParseUInt32(YamlReader, out UInt32) Method

Definition

Assembly SharpYaml.dll

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

public static bool TryParseUInt32(YamlReader reader, scoped out uint result)

Parameters

reader
YamlReader

The reader positioned on a scalar token.

result
UInt32

The parsed unsigned integer value.

Returns