ToString(Double) Method

Definition

Namespace Tomlyn.Helpers
Assembly Tomlyn.dll

Converts a double-precision floating point value to its TOML representation.

public static string ToString(double value)

Parameters

value
Double

The double value.

Returns

String
The TOML string.