I like to format all numbers like in math. is there a predefined function or is that just possible with substring and replace?
edit: my culture is de-ch
Best regards
|
I like to format all numbers like in math. is there a predefined function or is that just possible with substring and replace? edit: my culture is de-ch Best regards |
|||||||||||||
|
|
Try this
Or this
|
||||
|
|
|
|||
|
|
|
Try this:
Or
|
|||||
|
|
use int.ToString() and an iFormatProvider. also take a look here msdn. |
|||
|
|
|
I always Use this format
so You can use it in
|
|||
|
|