Click or drag to resize

DataTableForStatisticsExtensioncheckIfDataTypeIsAllowed Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Checks if data type is allowed for the DataTable

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static bool checkIfDataTypeIsAllowed(
	this Type type
)
Request Example View Source

Parameters

type
Type: SystemType
The type.

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also