See: Description
Class | Description |
---|---|
ConverterLanguageToBoolean<T,I> |
A base class for any converter to and from booleans when the string
values have been or should be localized to a specific language.
|
ConvertFrenchToBoolean<T,I> |
This class converts common French representations of boolean values into a
Boolean . |
ConvertGermanToBoolean<T,I> |
This class converts common German representations of boolean values into a
Boolean . |
Anyone can write any custom converter they wish to, of course, but if a custom converter seems that it would be of widespread use, it should be provided here.Suggestions for widely applicable, general-purpose converters that can be added to this package are welcome.
Copyright © 2005–2023. All rights reserved.