up vote 3 down vote favorite
share [g+] share [fb]

I am looking at the format specifiers of C# and the patterns for formatting numeric strings in Java.

I am wondering if anyone has any pointers as to translating from one form to another?

link|improve this question
1  
Could you provide an example that you need translated? – Andrew Hare Oct 18 '09 at 3:36
feedback

1 Answer

this gives you an overview of the standard and custom .net format strings. You can find the Java format string syntax here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.