Posts by Gleuvanir Alves • 41 points
1 post
-
4
votes2
answers146
viewsA: Format decimal places in Forms
If you want to ensure that the format is the one you said on any computer you need to tell which culture to use in the code: string.Format(CultureInfo.GetCultureInfo("pt-BR"), "{0:N}", 43239.11));…