Sounds easy but when I tried to achieve i\'m stock about how is the formatter to make this conversion this are some examples of strings that i need to convert to decimal
Why not just use Decimal.Parse
Decimal.Parse
decimal x = Decimal.Parse("00.24"); Console.WriteLine(x); // Prints: 00.24