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