CodeCharge Studio All C#.NET VB.NET

TextParameter Class (.NET)

Represents a CodeCharge Data Source Text parameter.

Constructors

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

Properties

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


On-line, printable versions and updates