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
Helper function that creates a string representation of configured values
on a class that we can bind arguments to.
Syntax
public static string ConfigToStringHelper<T>(T obj)
Type Parameters
Name |
Description |
T |
The type of class to bind arguments to. |
Parameters
Name |
Type |
Description |
obj |
T |
|
Return Value
Type |
Description |
string |
A string that shows what the user passed into the class. |