Does anyone know how to get number (or currency) format string (like “###,###,##0.00) from .NET NumberFormatInfo class? My research so far says that it should be constructed manually from the NumberFormatInfo class, but it sounds strange to me that Microsoft (or anyone else) didn’t write anything for that purpose, so far.
Does anyone know how to get number (or currency) format string (like ###,###,##0.00) from
Share
Try this: