Top "Valueconverter" questions

Value converters are culture-aware.

How to convert any Object to String?

Here is my code: for (String toEmail : toEmailList) { Log.i("GMail","toEmail: "+toEmail); emailMessage.addRecipient(Message.RecipientType.TO, new InternetAddress(…

java android string android-fragments valueconverter
Converting Milliseconds to Days, hours, minutes and seconds

i have a bigint field in Microsoft SQL Server 2008R2 filled with ticks (A single tick represents one hundred nanoseconds …

sql sql-server valueconverter
Convert hex str to decimal value in delphi

I've got a problem to convert a string representation of an hex value in integer value with Delphi. for example: $…

delphi hex decimal delphi-6 valueconverter
Convert binary string to binary or decimal value

Is there any function to convert binary string into binary or decimal value? If I have a binary string 000101, what …

r binary typeconverter valueconverter bitconverter
Scaling between two number ranges

I remember using an equation to do this at some point – how do you do this in Javascript? Plugin two …

javascript valueconverter
How to convert DataGridView Column from string to decimal?

I'm hoping to find a simple way to convert an entire column in my datagridview from a string data type …

vb.net datagridview valueconverter
WPF binding to another property's binding in a style

I'm not sure the best way to ask this question (sorry for the ambiguous question title), but essentially I'd like …

wpf xaml data-binding styles valueconverter
WPF ValueConverter - Standard return for unconvertible value

Over the course of the last year or so I have seen many different value converters for many different purposes, …

c# wpf ivalueconverter valueconverter
Using resources as conversion results in a bind converter

When I try to bind a valueconverter from a defined enum Status to brush, I get an error in my …

wpf staticresource valueconverter
How can I display array elements in a WPF DataGrid?

I'm trying to display a series of rows in a WPF DataGrid where each row contains an array of booleans (…

.net wpf datagrid valueconverter