Enum ScalarKind

Namespace
Huml.Net.Parser
Assembly
Huml.Net.dll

Identifies the kind of a HUML scalar value.

public enum ScalarKind

Fields

Bool = 3

A boolean scalar (true or false).

Float = 2

A floating-point scalar.

Inf = 6

An infinity scalar (inf, +inf, or -inf).

Integer = 1

An integer scalar (decimal, hex, octal, or binary literal).

NaN = 5

A not-a-number scalar (nan).

Null = 4

A null scalar.

String = 0

A double-quoted string scalar.