GridFilterFunctionGetFunctionString Method (String, Object) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string GetFunctionString(
string fieldName,
Object value
)
Public Function GetFunctionString (
fieldName As String,
value As Object
) As String
public:
String^ GetFunctionString(
String^ fieldName,
Object^ value
)
member GetFunctionString :
fieldName : string *
value : Object -> string
Parameters
- fieldName
- Type: SystemString
- value
- Type: SystemObject
Return Value
Type:
String
See Also