DecodeScalars Property

Definition

Namespace Tomlyn.Parsing
Assembly Tomlyn.dll

Gets or sets a value indicating whether the lexer should decode scalar values (for example, string escape sequences).

public bool DecodeScalars { get; init; }

Returns

Remarks

When false (default), string tokens carry only their span; higher layers can materialize values on demand.