C# Класс MiscUtil.Conversion.DoubleConverter

A class to allow the conversion of doubles to string representations of their exact decimal values. The implementation aims for readability over efficiency.
Показать файл Открыть проект

Открытые методы

Метод Описание
ToExactString ( double d ) : string

Converts the given double to a string representation of its exact decimal value.

Описание методов

ToExactString() публичный статический Метод

Converts the given double to a string representation of its exact decimal value.
public static ToExactString ( double d ) : string
d double The double to convert.
Результат string