Top "Converter" questions

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

Decimal to Hexadecimal Converter in Java

I have a homework assignment where I need to do three-way conversion between decimal, binary and hexadecimal. The function I …

java hex decimal converter
No converter found capable of converting from type to type

I am getting the following stacktrace: org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [referencedata.…

spring jpa spring-data-jpa converter
How to pass specific value to the converter parameter?

I have created a class Person that looks like this: public class Person { public enum GenderType { Female, Male } public string …

.net wpf xaml binding converter
What is the best C# to VB.net converter?

While searching the interweb for a solution for my VB.net problems I often find helpful articles on a specific …

c# vb.net converter
C# How to translate virtual keycode to char?

I am trying to map a virtual keycode to a char. My code uses ProcessCmdKey to listen to WM_KEYDOWN …

c# char converter keycode
How to convert csv files encoding to utf-8

Is it possible to convert csv data that has iso-8859-13 encoding to UTF-8? My old system does not have …

csv encoding utf-8 import converter
convert string to arraylist <Character> in java

How to convert a String without separator to an ArrayList<Character>. My String is like this: String str = "…

java string list arraylist converter
How to convert LocalDate to SQL Date Java?

How do I convert a LocalDate to a java.sql.Date? Attempt: Record r = new Record(); LocalDate date = new Date(1967, 06, 22); …

java java-8 converter java-time sqldatetime
How Convert VB Project to C# Project

I have a project written in VB, and I need to convert the whole project to C# project. I don't …

c# .net vb.net converter sharpdevelop
Validation Error: Value is not valid

I have a problem with a p:selectOneMenu, no matter what I do I cannot get JSF to call the …

validation jsf jpa converter selectonemenu