TryParseInt32(YamlReader, out Int32) Method

Definition

Assembly SharpYaml.dll

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

public static bool TryParseInt32(YamlReader reader, scoped out int result)

Parameters

reader
YamlReader

The reader positioned on a scalar token.

result
Int32

The parsed integer value.

Returns