Method Get
Get(Boolean, Boolean, Boolean, Boolean)
Gets a modified default text builder.
Declaration
public static TextBuilder Get(bool useSigner = true, bool useReason = true, bool useLocation = true, bool useTime = true)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | useSigner | Whether the signer line shall be used. |
| System.Boolean | useReason | Whether the reason line shall be used. |
| System.Boolean | useLocation | Whether the location line shall be used. |
| System.Boolean | useTime | Whether the time shall be used. |
Returns
| Type | Description |
|---|---|
| TextBuilder | The modified default text builder |