Constructor Expander
Expander()
Creates an instance with default padding characters.
Declaration
public Expander()
Expander(char)
Creates an instance with a single padding character.
Declaration
public Expander(char paddingCharacter)
Parameters
Type | Name | Description |
---|---|---|
char | paddingCharacter | The character to use for padding. |
Expander(char, char)
Creates an instance with a range of padding characters from start to end.
Declaration
public Expander(char start, char end)
Parameters
Type | Name | Description |
---|---|---|
char | start | The character at the start of the range. |
char | end | The last character in the range. |