Method SetFillerToken
SetFillerToken(String)
Sets the string to insert for each position at which there is no token (i.e., when position increment is greater than one).
Declaration
public void SetFillerToken(string fillerToken)
Parameters
Type | Name | Description |
---|---|---|
System.String | fillerToken | string to insert at each position where there is no token |