C# Class DataHubServicesAddin.ExtensionMethods

Datei anzeigen Open project: EsriUK/OnlineServicesAddin

Public Methods

Method Description
ToDouble ( this theDouble ) : Double

Extension method on String to convert to Double

creates a ToDouble() method on string

Method Details

ToDouble() public static method

Extension method on String to convert to Double
creates a ToDouble() method on string
public static ToDouble ( this theDouble ) : Double
theDouble this The double.
return Double