formatprovider Questions
7
Solved
What I want is something like this:
String.Format("Value: {0:%%}.", 0.8526)
Where %% is that format provider or whatever I am looking for.
Should result: Value: %85.26..
I basically need it for...
Roundabout asked 24/11, 2009 at 15:54
8
Solved
I was just about to implement an override of ToString() on a particular business class in order to produce an Excel-friendly format to write to an output file, which will be picked up later and pro...
Patroclus asked 24/7, 2009 at 19:49
1
© 2022 - 2024 — McMap. All rights reserved.