Click or drag to resize

RoundTripExtensions Class

Methods to correctly convert floating point values to a string for round-trip purposes.
Inheritance Hierarchy
SystemObject
  Demo3D.CommonRoundTripExtensions

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static class RoundTripExtensions

The RoundTripExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodToStringRoundTrip(Double) Correctly convert a double value to a string for round-trip purposes. See MSDN "Notes to Callers" https://docs.microsoft.com/en-us/dotnet/api/system.double.tostring
Public Extension MethodToStringRoundTrip(Single) Correctly convert a float value to a string for round-trip purposes.
Top
See Also