ParametersGetDouble Method

Returns a double parameter

Definition

Namespace: MbcsUtils
Assembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
VB
Public Function GetDouble ( 
	key As String
) As Double

Dim instance As Parameters
Dim key As String

Dim returnValue As Double

returnValue = instance.GetDouble(key)

Parameters

key  String
The key of the parameter to be retrieved

Return Value

Double
A double value or 0 if not found

See Also