Click or drag to resize

CSVReaderToDouble Method

convert string to double value. if not successful return null

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Nullable<double> ToDouble(
	string s
)

Parameters

s
Type: SystemString
string to be converted to a double

Return Value

Type: NullableDouble
converted double or null if not successful
See Also