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