eg. {Major:00} would indicate that it will always be a minimum 2 digits. This is especially useful for things like {CommitHeight} where this could very easily be double or triple digits.
The implementation would be inspired by the same/similar syntax for string interpolation in C#.
eg.
{Major:00}would indicate that it will always be a minimum 2 digits. This is especially useful for things like{CommitHeight}where this could very easily be double or triple digits.The implementation would be inspired by the same/similar syntax for string interpolation in C#.