IsNull(ReadOnlySpan) Method

Definition

Assembly SharpYaml.dll

Determines whether a scalar represents YAML null (for example null or ~).

public static bool IsNull(ReadOnlySpan<char> value)

Parameters

Returns