12aa76dc a77e 40cc b407 61a0fd02dcd3 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
The hyphen character.
Namespace: Plexdata.Utilities.Formatting.Defines
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public const char HyphenToken = '-'
Type: Char
This constant is used to find out how the alignment has to applied; padding is added to the left or to the right.
Here an example of how the hyphen token is used.
C#
Template.Format("{0,-10}", 42);
Template.Format("{SomeName,-10}", 42);
TokenLiterals Class
Plexdata.Utilities.Formatting.Defines Namespace
TokenLiterals.LiningToken