This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ArgumentBinder.
Summary
Appends this class's string representation to the passed
in string builder object.
This should be the first thing called when creating a ToString()
function of all child classes.
- Assembly
- Cake
.ArgumentBinder .dll - Namespace
- Cake
.ArgumentBinder - Containing Type
- BaseAttribute
Syntax
protected void ToString(StringBuilder builder)
Parameters
Name | Type | Description |
---|---|---|
builder | StringBuilder |
Return Value
Type | Description |
---|---|
void |