Posts by Lucas Duzo • 37 points
2 posts
-
2
votes1
answer421
viewsQ: Currency Value to Double Conversion
I have the following value in Double: 1000.0 Using the command: string.Format(CultureInfo.GetCultureInfo("pt-BR"), "{0:C}", 1000.0); I have the exit: R$ 1,000,00 My question is, how to convert R $…
c#asked Lucas Duzo 37 -
0
votes2
answers608
viewsQ: @font-face c# MVC Bootstrap
I have a Bootstrap template that I’m trying to apply to a project, but I have a huge difficulty importing the . eot, . svg. ttf, . Woff, . otf These files are in the directory:…