C#C
C#4y ago
Tiger

force 'normal' standards for parsing decimal numbers from string

I want to force my ASP.NET API to parse numbers as '102.28', currently it throws an error because it expects the format with a comma: '102,28'
Was this page helpful?