YamlDotNet - A .NET library for parsing and emitting YAML
ScalarStyle Enumeration
NamespacesYamlDotNet.CoreScalarStyle

[This is preliminary documentation and is subject to change.]

Specifies the style of a YAML scalar.
Declaration Syntax
C#Visual BasicVisual C++
public enum ScalarStyle
Public Enumeration ScalarStyle
public enum class ScalarStyle
Members
MemberDescription
Any
Let the emitter choose the style.

Plain
The plain scalar style.

SingleQuoted
The single-quoted scalar style.

DoubleQuoted
The double-quoted scalar style.

Literal
The literal scalar style.

Folded
The folded scalar style.

Assembly: YamlDotNet.Core (Module: YamlDotNet.Core) Version: 0.2.4456.17949