Extension Methods from kevinjong
-
IsString
Checks whether the type is string.
-
IsBoolean
Checks whether the type is Boolean.
-
ContainsAll
Check whether the specified string contains an array of strings for each.
-
ContainsAny
Checks if a given string contains any of the string array.
-
IsInteger
Checks whether the type is integer.
-
IsDateTime
Checks whether the type is DateTime.
-
IsDerived
Checks whether the type is derived from specified type or implemented of specified interface.