|
Joutsen v0.5.0+12-g5dd5f7e
|
A converter for a string into a collection. More...
Public Member Functions | |
| StringToCollectionConverter (SimpleTypeConverter< String, ItemType > itemConverter, String itemSeparator) | |
| Creates a new instance. More... | |
| CollectionType | Convert (String value) |
| Converts a string into a collection. More... | |
Public Member Functions inherited from Joutsen.SimpleTypeConverter< String, CollectionType > | |
| TargetType | Convert (SourceType value) |
Converts value into an instance of TTarget. More... | |
A converter for a string into a collection.
| CollectionType | : | Collection<ItemType> | |
| CollectionType | : | new() |
| Joutsen.StringToCollectionConverter< CollectionType, ItemType >.StringToCollectionConverter | ( | SimpleTypeConverter< String, ItemType > | itemConverter, |
| String | itemSeparator | ||
| ) |
Creates a new instance.
| itemConverter | the converter used for each item that is being converted |
| itemSeparator | the characters separating the items in the string to be converted |
| CollectionType Joutsen.StringToCollectionConverter< CollectionType, ItemType >.Convert | ( | String | value | ) |
Converts a string into a collection.
| value | the string value to be converted @results the typed collection that is the result of the conversion |