Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
DecimalToStringConversion
//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.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here double doubleValue = 0.0085470085470085479D; decimal decimalValue = 0.0085470085470085479m; Console.WriteLine("Converted string: {0}", doubleValue.ToString()); Console.WriteLine("Converted string: {0:R}", doubleValue); Console.WriteLine("Converted string: {0}", decimalValue); } } }
run
|
edit
|
history
|
help
0
https://rextester.com/ZZVYV85848
Linked Lists
C# Abstract Syntax Tree Example: Compiler for a numeric expression
Fórum ➡ Using Regex to insert "item" tags into the unique "list" tag of an XML data ♦
lala
Selection Sort
Failing Action<Car> To Action<List<Car>>
4.1 Composition
111
IComparable extensions: Between