IsNull(YamlReader) Method

Definition

Assembly SharpYaml.dll

Determines whether the current scalar token represents YAML null while honoring scalar style and UseSchema.

public static bool IsNull(YamlReader reader)

Parameters

reader
YamlReader

The reader positioned on a scalar token.

Returns