csharp convert double to string

Code Example - csharp convert double to string

                
                        Double result = "12345.6789";
// outputs 12345.6789
print(result.ToString("r"));