public interface IFormatter
| Modifier and Type | Method and Description |
|---|---|
String |
format(Object val,
String pattern,
Locale locale,
String timezone)
Try to format the object.
|
String format(Object val, String pattern, Locale locale, String timezone)
null shall be returned immediatelyval - the value object to be formattedpattern - the pattern to format the objectlocale - current localetimezone - current timezoneCopyright 2013-2016, The Rythm Engine project