| DataColumnValidate Method |
Validates specified type code and throws an exception if the type code is not valid.
Namespace:
Dynamicweb.Controls.Charts
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax protected virtual bool Validate(
TypeCode typeCode,
bool throwException
)
Protected Overridable Function Validate (
typeCode As TypeCode,
throwException As Boolean
) As Boolean
Parameters
- typeCode
- Type: SystemTypeCode
Type code to validate. - throwException
- Type: SystemBoolean
Indicates whether to throw an exception if type code is not valid.
Return Value
Type:
BooleanValue indicating whether specified type code is valid as a column type.
Exceptions Remarks See Also