Top "Converter" questions

Converters can change data from one type to another, translate data based on cultural information, or modify other aspects of presentation.

How to write a custom converter for <p:pickList>

How can I write a custom converter when working with PrimeFaces components that use a list of POJO? My particular …

jsf primefaces converter picklist
Convert DAISY file to PDF Or PDF or Word document

I have a DAISY zip file downloaded from OpenLibrary.org. How can I convert it to pdf/epub/word document? …

file pdf converter epub file-conversion
Using a "Please select" f:selectItem with null/empty value inside a p:selectOneMenu

I'm populating a <p:selectOneMenu/> from database as follows. <p:selectOneMenu id="cmbCountry" value="#{bean.country}" required="…

jsf primefaces converter jsf-2.2 selectonemenu
Converting hex to string in C?

Hello I am using digi dynamic c. I am trying to convert this in to string char readingreg[4]; readingreg[0] = 4a; …

c arrays hex converter bitconverter
Conversion Error setting value for 'null Converter' - Why do I need a Converter in JSF?

I have problems understanding how to use selection in JSF 2 with POJO/entity effectively. For example, I'm trying to select …

jsf jsf-2 converter selectonemenu
How to convert a String array to a Byte array? (java)

I have a one dimensional String array that I want to convert into a one dimensional byte array. How do …

java bytearray converter bytebuffer arrays
How do I convert a Color to a Brush in XAML?

I want to convert a System.Windows.Media.Color value to a System.Windows.Media.Brush. The color value is …

wpf data-binding xaml colors converter
How can doc/docx files be converted to markdown or structured text?

Is there a program or workflow to convert .doc or .docx files to Markdown or similar text? PS: Ideally, I …

ms-office converter markdown doc
Javascript convert HSB/HSV color to RGB accurately

I need to accurately convert HSB to RGB but I am not sure how to get around the problem of …

javascript converter rgb hsv hsb
How to convert BASE64 string into Image with Flutter?

I'm converting images saved in my Firebase database to Base64 and would like to decode and encode. I've researched similar …

image list base64 converter flutter