This class is a local Format converter
Console.WriteLine(new FormatConverter("->>>,>>>,>>>,>>9.99").digits.ToString());
Console.WriteLine(new FormatConverter("->>>,>>>,>>>,>>9.9").digits.ToString());
Console.WriteLine(new FormatConverter("->>>,>>>,>>>,>>9").digits.ToString());
The result is 2,1 and 0 digits ..
More...
This class is a local Format converter
Console.WriteLine(new FormatConverter("->>>,>>>,>>>,>>9.99").digits.ToString());
Console.WriteLine(new FormatConverter("->>>,>>>,>>>,>>9.9").digits.ToString());
Console.WriteLine(new FormatConverter("->>>,>>>,>>>,>>9").digits.ToString());
The result is 2,1 and 0 digits ..
◆ FormatConverter()
Ict.Petra.Server.MFinance.Common.FormatConverter.FormatConverter |
( |
string |
strFormat | ) |
|
|
inline |
◆ digits
int Ict.Petra.Server.MFinance.Common.FormatConverter.digits |
|
get |
Property to report the number of digits
The documentation for this class was generated from the following file: