public class FromCharSequenceConverter<T> extends Object implements IConverter<CharSequence,T>
Format. Does mostly the
same as ToStrConverter but swaps the FROM, TO parameter.| Constructor and Description |
|---|
FromCharSequenceConverter(Format format)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
from(T toValue)
converts TO to FROM
|
T |
to(CharSequence fromValue)
converts FROM to TO
|
public FromCharSequenceConverter(Format format)
format - public CharSequence from(T toValue)
from in interface IConverter<CharSequence,T>public T to(CharSequence fromValue)
to in interface IConverter<CharSequence,T>Copyright © 2012–2022. All rights reserved.