Rejestry #1
This commit is contained in:
9
FKGees/Extensions/DecimalExtension.cs
Normal file
9
FKGees/Extensions/DecimalExtension.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace FKGees.Extensions;
|
||||
|
||||
internal static class DecimalExtension
|
||||
{
|
||||
internal static string AsString(this decimal value)
|
||||
{
|
||||
return value.ToString("0.00");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user