TryParseDouble(YamlReader, out Double) Method

Definition

Assembly SharpYaml.dll

Parses the current scalar token as a YAML floating-point value while honoring scalar style and UseSchema.

public static bool TryParseDouble(YamlReader reader, scoped out double result)

Parameters

reader
YamlReader

The reader positioned on a scalar token.

result
Double

The parsed floating-point value.

Returns