SRCTYPE - source typeDSTTYPE - destination typepublic interface IConverter<SRCTYPE,DSTTYPE>
| Modifier and Type | Method and Description |
|---|---|
DSTTYPE |
convert(SRCTYPE aSource)
Convert the passed source object to the destination type.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.