Method | Description | |
---|---|---|
FormatWith ( this format, object source ) : string |
Formats the string with the given source object. Expression like {Id} are replaced with the corresponding property value in the source. Supports all DataBinder.Eval expressions formats for property access.
|
Method | Description | |
---|---|---|
OutExpression ( object source, string expression ) : string |
public static FormatWith ( this format, object source ) : string | ||
format | this | |
source | object | |
return | string |