This tag refers to the process of converting the data type of one piece of information into another type.
What is the best way to convert a String in the format 'January 2, 2010' to a Date in Java? Ultimately, …
java string date time data-conversionHow do I convert a string to an integer in JavaScript?
javascript string integer data-conversionHow do I convert an array to a list in Java? I used the Arrays.asList() but the behavior (and …
java arrays list data-conversionThere is this example code, but then it starts talking about millisecond / nanosecond problems. The same question is on MSDN, …
c# datetime unix epoch data-conversionRecently I have conversation with a colleague about what would be the optimal way to convert List to Map in …
java list data-structures hashmap data-conversionIs there any neat method to convert "1,112" to integer 1112, instead of 1? I've got one, but not neat: "1,112".split(',').…
ruby integer data-conversionAn input element contains numbers a where comma or dot is used as decimal separator and space may be used …
javascript jquery string-parsing data-conversionI am using a formula field to concatonate 2 decimal values separated by a dash. However, I want the result to …
crystal-reports data-conversionPossible Duplicate: converting long string to date I need to convert long date value to mm/dd/yyyy format.my …
java android date data-conversionI know in C# you can use String.Format method. But how do you do this in C++? Is there …
c++ bytearray type-conversion data-conversion