TryParseInt64(YamlReader, out Int64) Method

Definition

Assembly SharpYaml.dll

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

public static bool TryParseInt64(YamlReader reader, scoped out long result)

Parameters

reader
YamlReader

The reader positioned on a scalar token.

result
Int64

The parsed integer value.

Returns