CodeCharge Studio All C#.NET VB.NET

FloatParameter Class (.NET)

Represents a CodeCharge Data Source Float parameter.

Constructors

Constructor Description
public FloatParameter(Double intValue) Initializes a new instance of the integer parameter class.

Properties

Property Description
public Double Value get or set value of parameter

Methods

Method Description
public virtual string GetFormattedValue(string format) Convert to string and return Value of the parameter, used mask, specified by format parameter
public static FloatParameter GetParam(object param) Return the instance of FloatParameter class with value specified by param parameter. If param is null (Nothing in VB) value, the null reference will be returned.
public static FloatParameter GetParam(object param, string format) Return the instance of FloatParameter class with value specified by param parameter. If param is String value, it will be parsed using mask, specified by format parameter If param is null (Nothing in VB) value, the null reference will be returned.
public static FloatParameter GetParam(object param, object defaultValue) Return the instance of FloatParameter class with value specified by param parameter. If param is null (Nothing in VB) value, the defaultValue parameter will be used.
public static FloatParameter GetParam(object param, string format, object defaultValue) Return the instance of FloatParameter class with value specified by param parameter. If param is String value, it will be parsed using mask, specified by format parameter If param is null (Nothing in VB) value, the defaultValue parameter will be used. If param and defaultValue are null (Nothing in VB) values, the null reference will be returned.

See also

BooleanParameter Class
DateParameter Class
IntegerParameter Class
TextParameter Class
MemoParameter Class


On-line, printable versions and updates