Method | Description | |
---|---|---|
DeserializeConfiguration ( string configuration ) : object |
Deserializes the configuration for the header field.
|
|
FormatValue ( IEnumerable |
Formats a value in the specified field presentation format.
|
public DeserializeConfiguration ( string configuration ) : object | ||
configuration | string | /// The serialized configuration. /// |
return | object |
public FormatValue ( IEnumerable |
||
values | IEnumerable |
/// The values to format. /// |
format | FieldPresentationFormats | /// The format to present the value in. /// |
return | string |