[This is preliminary documentation and is subject to change.]
Specifies the style of a YAML scalar.
| C# | Visual Basic | Visual C++ |
public enum ScalarStyle
Public Enumeration ScalarStyle
public enum class ScalarStyle
| Member | Description |
|---|---|
| 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.
|