Java org.apache.commons.beanutils.locale LocaleConvertUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.beanutils.locale LocaleConvertUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.beanutils.locale LocaleConvertUtils.

The text is from its open source code.

Method

Stringconvert(Object value, Locale locale, String pattern)

Convert the specified locale-sensitive value into a String using the paticular convertion pattern.

For more details see LocaleConvertUtilsBean

Objectconvert(String value, Class clazz, String pattern)

Convert the specified value to an object of the specified class (if possible) using the convertion pattern.

Objectconvert(String[] values, Class clazz, String pattern)

Convert an array of specified values to an array of objects of the specified class (if possible) using the convertion pattern.

For more details see LocaleConvertUtilsBean