StringFormatConverter Class
Definition
Calls string.Format(string,object[]) on the passed in values, where the first element in the list is the string, and everything after it is passed into the object array in order.
public class StringFormatConverter
Constructors
| Name | Description |
|---|---|
| StringFormatConverter | No summary available. |
StringFormatConverter Constructor
public StringFormatConverter()
Methods
| Name | Description |
|---|---|
| Convert | No summary available. |
Convert Method
public object Convert(System.Collections.Generic.IList<object> values, Type targetType, object parameter, System.Globalization.CultureInfo culture)
Parameters
values System.Collections.Generic.IList<object>
targetType Type
parameter object
culture System.Globalization.CultureInfo
Returns
object