Top "String-conversion" questions

String conversion is the act of converting data to and from character strings.

convert a JavaScript string variable to decimal/money

How can we convert a JavaScript string variable to decimal? Is there a function such as: parseInt(document.getElementById(amtid4).…

javascript decimal string-conversion
conversion from string to json object android

I am working on an Android application. In my app I have to convert a string to Json Object, then …

android json string-conversion jsonexception
How to convert array to a string using methods other than JSON?

What is a function in PHP used to convert array to string, other than using JSON? I know there is …

php arrays string-conversion
What is the difference between parseInt(string) and Number(string) in JavaScript?

What is the difference between parseInt(string) and Number(string) in JavaScript?

javascript string-conversion
Converting & to & etc

I want to convert & to &, " to " etc. Is there a function in c# that could …

c# html-encode string-conversion
Python parse comma-separated number into int

Possible Duplicate: How do I use Python to convert a string to a number if it has commas in it …

python string-conversion
Check if the input is a number or string in C++

I wrote the following code to check whether the input(answer3) is a number or string, if it is not …

c++ string integer user-input string-conversion
Conversion from string to char - c++

For a program I'm writing based on specifications, a variable is passed in to a function as a string. I …

c++ string char string-conversion
String to binary output in Java

I want to get binary (011001..) from a String but instead i get [B@addbf1 , there must be an easy transformation …

java string encoding string-conversion
Convert string to float in Objective-C

How do I convert a string to a float in Objective-C? I am trying to multiply a couple of strings …

objective-c nsstring string-conversion