Click or drag to resize
DataHelperIsValid Method
Tests if value is valid to given data type

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool IsValid(
	Object value,
	Type type
)

Parameters

value
Type: SystemObject
Value to test
type
Type: SystemType
Type to test

Return Value

Type: Boolean
See Also