731e60ce 933d dc9e f430 8be9bedbc599 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Gets the padding length.
Namespace: Plexdata.Utilities.Formatting.Helpers
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
private static int GetPadding(
this BaseToken token
)
- token
- Type: Plexdata.Utilities.Formatting.Entities.BaseToken
The token to be processed.
Type: Int32
The total number of padding characters or 0 (zero) if no padding information exist.
In Visual Basic and C#, you can call this method as an instance method on any object of type BaseToken. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
This method calculates the padding length and returns it.
TemplateWeaver Class
Plexdata.Utilities.Formatting.Helpers Namespace