CodeCharge Studio All C#.NET VB.NET

BooleanParameter Class (.NET)

Represents a CodeCharge Data Source Boolean parameter.

Constructors

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

Properties

Property Description
public Boolean 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 BooleanParameter GetParam(object param) Return the instance of BooleanParameter class with value specified by param parameter. If param is null (Nothing in VB) value, the null reference will be returned.
public static BooleanParameter GetParam(object param, string format) Return the instance of BooleanParameter 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 BooleanParameter GetParam(object param, object defaultValue) Return the instance of BooleanParameter class with value specified by param parameter. If param is null (Nothing in VB) value, the defaultValue parameter will be used.
public static BooleanParameter GetParam(object param, string format, object defaultValue) Return the instance of BooleanParameter 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

DateParameter Class
IntegerParameter Class
FloatParameter Class
TextParameter Class
MemoParameter Class


On-line, printable versions and updates