Top "Converters" questions

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

How to convert an int value to string in Go?

i := 123 s := string(i) s is 'E', but what I want is "123" Please tell me how can I get "123". And …

string go int converters
Correct way to convert size in bytes to KB, MB, GB in JavaScript

I got this code to covert size in bytes via PHP. Now I want to convert those sizes to human …

javascript byte converters
C# convert csv to xls (using existing csv file)

i believe here are lot a discussion with this matter. but i read all post and try but it never …

c# .net excel csv converters
In Dart is there a quick way to convert int to double?

Very simple issue. I have a useless class: class Useless{ double field; Useless(this.field); } I then commit the mortal …

flutter dart integer double converters
Spring Boot Application: No converter found for return value of type

I am writing a simple REST API according to this Spring-Boot tutorial. On my local dev machines (Ubuntu 15.04 and Windows 8.1) …

rest spring-boot ubuntu converters
Built-in WPF IValueConverters

Ok, it was a nice surprise (after writing it several times) to find that there already is a BooleanToVisibilityConverter in …

wpf converters
Animated slides conversion to static PDF

For all of you, people who make ppt slides with animations like: Showing bullet points one by one Showing images …

pdf animation powerpoint converters
Convert spaces to dash and lowercase with PHP

I've tried a few long methods but I think I'm doing something wrong. Here is my code <?php print …

php string replace converters
Bool to Visibility Converter in WPF

I have three radio buttons and three group boxes and based on the selection of the radio button, group box …

c# wpf binding ivalueconverter converters
WPF: how to use 2 converters in 1 binding?

I have a control that I want to show/hide, depending on the value of a boolean. I have a …

wpf binding converters