KaxFilterGridBindableTypeExpressionFormatterFormatFieldValue Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public ArrayList FormatFieldValue(
ArrayList values,
Type forType,
bool isCaseSensitive
)
Public Function FormatFieldValue (
values As ArrayList,
forType As Type,
isCaseSensitive As Boolean
) As ArrayList
public:
virtual ArrayList^ FormatFieldValue(
ArrayList^ values,
Type^ forType,
bool isCaseSensitive
) sealed
abstract FormatFieldValue :
values : ArrayList *
forType : Type *
isCaseSensitive : bool -> ArrayList
override FormatFieldValue :
values : ArrayList *
forType : Type *
isCaseSensitive : bool -> ArrayList
Parameters
- values
- Type: System.CollectionsArrayList
- forType
- Type: SystemType
- isCaseSensitive
- Type: SystemBoolean
Return Value
Type:
ArrayListImplements
IKaxFilterExpressionFormatterFormatFieldValue(ArrayList, Type, Boolean)See Also