Tests if value is valid to given data type
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static bool IsValid(
Object value,
Type type
)
Parameters
- value
- Type: SystemObject
Value to test - type
- Type: SystemType
Type to test
Return Value
Type:
BooleanSee Also