Contains extension methods to the Double class.
Inheritance Hierarchy
Namespace: ArtDatabankenAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public static class DoubleExtension
<ExtensionAttribute>
Public NotInheritable Class DoubleExtension
[ExtensionAttribute]
public ref class DoubleExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type DoubleExtension = class end
The DoubleExtension type exposes the following members.
Methods
| Name | Description |
---|
| WebToString |
Get a fixed string representation of a Double value
to use over the internet.
|
TopSee Also