-
Home
-
API
-
SharpYaml.Serialization
-
YamlScalar
-
Methods
-
IsNull(ReadOnlySpan)
IsNull(ReadOnlySpan) Method
Definition
Determines whether a scalar represents YAML null (for example null or ~).
public static bool IsNull(ReadOnlySpan<char> value)
Parameters
Returns