Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Decimal separator diff
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Globalization; namespace Rextester { public class Program { public static void Main(string[] args) { var number = 0.123; var americanLocale = CultureInfo.GetCultureInfo("en-US"); var frenchLocale = CultureInfo.GetCultureInfo("fr-FR"); Console.WriteLine(number.ToString(americanLocale)); // Uses . Console.WriteLine(number.ToString(frenchLocale)); // Uses , } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
CommandForce2
Volatile madness
Code which will convert Word into its Binary Format
SVNParse
Konsol Üçgen Çizimi
Typing Words
Find 20 business days prior to today's date c#
Queue with Queue Data type
12345
172
stackse - search stackoverflow differently
Please log in to post a comment.