ArgumentBinder.

ConfigToStringHelper<T>(T) Method

Summary

Helper function that creates a string representation of configured values on a class that we can bind arguments to.
Assembly
Cake.ArgumentBinder.dll
Namespace
Cake.ArgumentBinder
Containing Type
ArgumentBinder

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.