Provides default algorithm for cutting and formatting tokens
Default constructor
public Void TokenFunction()Initializes a new instance of TokenFunction.
public Void TokenFunction(start, end)| Name | Type | Summary |
|---|---|---|
| start | String | |
| end | String |
Search for token functions in the builder and replaces all with the formatted values from source the dictionary.
public Void Format(builder, source)| Name | Type | Summary |
|---|---|---|
| builder | StringBuilder | |
| source | IDictionary<String, Object> |
In this document