Interface IConverter<C>

    • Method Detail

      • convertToString

        String convertToString​(C value,
                               Locale locale)
        Converts the given value to a string.
        Parameters:
        value - The value to convert
        locale - The locale used to convert the value
        Returns:
        The converted string value