Convert .net string to java format string

I am considering C # format specifiers and patterns for formatting numeric strings in Java.

I am wondering if anyone has pointers to translate from one form to another?

+4
source share
1 answer

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

+1
source

All Articles