ExtensionMethods..::..GetPropertyFilterValue Method
Gets the property filter value.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public static Object GetPropertyFilterValue( this string value, FieldDataTypes dataType, Type valType )
<ExtensionAttribute> _ Public Shared Function GetPropertyFilterValue ( _ value As String, _ dataType As FieldDataTypes, _ valType As Type _ ) As Object
[ExtensionAttribute] public: static Object^ GetPropertyFilterValue( String^ value, FieldDataTypes^ dataType, Type^ valType )
Parameters
- value
- Type: String
The value.
- dataType
- Type: RingSoft.DbLookup..::..FieldDataTypes
Type of the data.
- valType
- Type: Type
Type of the value.