Method | Description | |
---|---|---|
Btw ( string value, object comparisonValueStart, object comparisonValueEnd ) : bool | ||
Cnt ( string value, string comparisonValue ) : bool | ||
EnWt ( string value, string comparisonValue ) : bool | ||
Eq ( string value, object comparisonValue ) : bool | ||
GrTh ( string value, object comparisonValue ) : bool | ||
GrThEq ( string value, object comparisonValue ) : bool | ||
IsEmpty ( string value ) : bool | ||
LsTh ( string value, object comparisonValue ) : bool | ||
LsThEq ( string value, object comparisonValue ) : bool | ||
NtEq ( string value, object comparisonValue ) : bool | ||
StWt ( string value, string comparisonValue ) : bool | ||
ValueIsDate ( string value ) : bool | ||
ValueIsNumber ( string value ) : bool |
public static Btw ( string value, object comparisonValueStart, object comparisonValueEnd ) : bool | ||
value | string | |
comparisonValueStart | object | |
comparisonValueEnd | object | |
return | bool |
public static Cnt ( string value, string comparisonValue ) : bool | ||
value | string | |
comparisonValue | string | |
return | bool |
public static EnWt ( string value, string comparisonValue ) : bool | ||
value | string | |
comparisonValue | string | |
return | bool |
public static Eq ( string value, object comparisonValue ) : bool | ||
value | string | |
comparisonValue | object | |
return | bool |
public static GrTh ( string value, object comparisonValue ) : bool | ||
value | string | |
comparisonValue | object | |
return | bool |
public static GrThEq ( string value, object comparisonValue ) : bool | ||
value | string | |
comparisonValue | object | |
return | bool |
public static IsEmpty ( string value ) : bool | ||
value | string | |
return | bool |
public static LsTh ( string value, object comparisonValue ) : bool | ||
value | string | |
comparisonValue | object | |
return | bool |
public static LsThEq ( string value, object comparisonValue ) : bool | ||
value | string | |
comparisonValue | object | |
return | bool |
public static NtEq ( string value, object comparisonValue ) : bool | ||
value | string | |
comparisonValue | object | |
return | bool |
public static StWt ( string value, string comparisonValue ) : bool | ||
value | string | |
comparisonValue | string | |
return | bool |
public static ValueIsDate ( string value ) : bool | ||
value | string | |
return | bool |
public static ValueIsNumber ( string value ) : bool | ||
value | string | |
return | bool |