conversion

C# - Convert byte[] to String in Windows 7 Phone

Hi I am trying to get device id of windows 7 phone using following code byte[] result = null; String id = null; object uniqueId; if (DeviceExtendedProperties.TryGetValue("DeviceUniqueId", out uniqueId)) result = (byte[])uniqueId; Problem is that I need this result in String. Can anyone tell me how to do this? Best Regards ...

nested conversion question (C#)

Hey, I am working on a school project and a line of code I just wrote kind of made me laugh and think to myself, "There must be a better way to do what I just did". So, my question is, is this really the best way to do this? It seems kind of silly. BTW, size is an int that is passed to this function. int tiles = Convert.ToInt32(Math.Sq...

How to convert plain text to ODF?

Hi everybody! I am searching for C/C++ library for txt -> odf conversion. I've already checked http://odftoolkit.org but it has only Java version. Main criterion is a ease of use. ...

iPad to iPhone image size/layout confusion

I've written an application for the iPad that I'd now like to get working on the iPhone (a universal application). At the moment it runs in the iPhone simulator, but the UIKit elements are positioned using pixel positions - so a lot of them are offscreen. Additionally my UIImages are too big, and need to be scaled to fit the iPhone. How...

php: How to get the unicode character from the STRING "U4e9c"?

This doesn't work (just echoes "U4e9c"): echo mb_convert_encoding("U4e9c","UTF-8","auto"); I guess some sort of casting "U4e9c" is needed, but can't figure out how... ...

.Net (C#) Enum rewritten to java

I have an Enum in .Net. How can I rewrite this Enum in java? Here is the Enum: public enum AdCategoryType : short { ForSale = 1, ForBuy = 2, ForRent = 8, WantingForRent = 16, WorkIsWanted = 32, WorkIsGiven = 64 } ...

Converting a VB.NET Project to a C# Project

I'm looking for a tool (paid or OSS) to convert a mid-sized VB.NET project to a C# project. I've searched StackOverflow and have found a few questions/answers, but most suggest .NET Reflector or online copy/paste single file tools. Reflector doesn't seem to fit the bill as it will convert an assembly, but we're looking for a whole-sale p...