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
Union cases
Union case | Description | Source |
---|---|---|
DoubleQuoted string |
YAML double-quoted string Parameters Item: string |
|
Folded string |
YAML > string Parameters Item: string |
|
FoldedKeep string |
YAML >+ string Parameters Item: string |
|
FoldedStrip string |
YAML >- string Parameters Item: string |
|
Literal string |
YAML | string Parameters Item: string |
|
LiteralKeep string |
YAML |+ string Parameters Item: string |
|
LiteralStrip string |
YAML |- string Parameters Item: string |
|
Plain string |
YAML plain string Parameters Item: string |
|
SingleQuoted string |
YAML single-quoted string Parameters Item: string |
Static members
Static member | Description | Source |
---|---|---|
op_Implicitsource |
Parameters source: Str Returns: Str |
|
op_Implicitsource |
Parameters source: string Returns: Str |