bfc2b6ea a9f9 983e 0438 cd4fbc144be3 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
The HoleToken type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Format | Gets the additional formatting instructions. (Inherited from BaseToken.) |
![]() |
IsLeftJustified | Indicates if the value alignment is left justified. In such a case the padding should be put behind the value. (Inherited from BaseToken.) |
![]() |
IsNumbering | Indicates if the symbol can be used as index. (Inherited from BaseToken.) |
![]() |
IsRightJustified | Indicates if the value alignment is right justified. In such a case the padding should be put in front of the value. (Inherited from BaseToken.) |
![]() |
IsSpreading | Indicates if the value corresponding to the symbol should be deserialized instead of simply stringifying it. (Inherited from BaseToken.) |
![]() |
IsStringify | Indicates if the value corresponding to the symbol should simply be converted into a string. (Inherited from BaseToken.) |
![]() |
Lining | Gets how to line up the formatted data. This is also known as value alignment. (Inherited from BaseToken.) |
![]() |
Marker | Gets the whole formatting instruction. (Inherited from BaseToken.) |
![]() |
Offset | Gets the offset within the whole source string. (Inherited from BaseToken.) |
![]() |
Rating | Gets the rating within the whole source string. (Inherited from BaseToken.) |
![]() |
Symbol | Gets the symbol (name or index). (Inherited from BaseToken.) |
HoleToken Class
Plexdata.Utilities.Formatting.Entities Namespace