AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

StringExtensions..::..ToDouble Method

Converts to double.

Namespace:  AdvantageCMS.Core.Common
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static double ToDouble(
	this string s,
	double defaultValue
)

Parameters

s
Type: String
The s.
defaultValue
Type: Double
The default value.

Return Value

System.Double.