Top "Converter" questions

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

Convert between LocalDate and sql.Date

What's the correct way to convert between java.sql.Date and LocalDate (Java8)?

java date java-8 converter java-time
Convert .flac to .mp3 with ffmpeg, keeping all metadata

How can I convert .flac to .mp3 with ffmpeg, keeping all metadata (that is converting Vorbis comment in .flac files …

ffmpeg converter
Displaying a number in 2 point decimal format in jsf

I am using JSF 2 and RichFaces 3. Here in the picture shown below, numbers are being displayed as what they are …

java jsf-2 richfaces converter
How to transform an XML file using XSLT in Python?

Good day! Need to convert xml using xslt in Python. I have a sample code in php. How to implement …

python xml xslt converter
PDF Export in php

Is there any possibility to write huge data in pdf without changing any ini modifications with less executing time..? Currently …

php pdf formatting export converter
How to display Currency in Indian Numbering Format in PHP

I have a question about formatting the Rupee currency (Indian Rupee - INR). For example, numbers here are represented as: 1 10 100 1,000 10,000 1,00,000 10,00,000 1,00,00,000 10,00,00,000 …

php converter currency number-formatting money-format
The 'clr-namespace' URI refers to a namespace that is not included in the assembly

I'm trying to include in my XAML some classes which convert values. However, I'm getting the following error when I …

c# .net wpf xaml converter
Convert between LocalDate and XMLGregorianCalendar

What's the best way to convert between LocalDate from Java 8 and XMLGregorianCalendar?

java java-8 converter java-time
Jade to HTML converter

I have started writing an application using nodejs and jade, but after a while my team decided to switch to …

html converter pug
How can I check if a string has a numeric value in it in Python?

Possible Duplicate: How do I check if a string is a number in Python? Python - Parse String to Float …

python string int converter