Skip to content

Yzl core yzl str

Yzl.Str Type

Namespace: Yzl.Core

Assembly: Yzl.dll

Parent Module: Yzl

Base Type: obj

All Interfaces: IEquatable<Str>, IStructuralEquatable, IComparable<Str>, IComparable, IStructuralComparable

YAML string types

Union cases

Union case Description Source
DoubleQuoted string YAML double-quoted string

Parameters

Item: string
Link to source code
Folded string YAML > string

Parameters

Item: string
Link to source code
FoldedKeep string YAML >+ string

Parameters

Item: string
Link to source code
FoldedStrip string YAML >- string

Parameters

Item: string
Link to source code
Literal string YAML | string

Parameters

Item: string
Link to source code
LiteralKeep string YAML |+ string

Parameters

Item: string
Link to source code
LiteralStrip string YAML |- string

Parameters

Item: string
Link to source code
Plain string YAML plain string

Parameters

Item: string
Link to source code
SingleQuoted string YAML single-quoted string

Parameters

Item: string
Link to source code

Static members

Static member Description Source
op_Implicitsource Parameters

source: Str

Returns: Str
Link to source code
op_Implicitsource Parameters

source: string

Returns: Str
Link to source code