ConvertToCategoryData(Type) Method
Get the category of the data type.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static CategoryData ToCategoryData(
Type type
)
Public Shared Function ToCategoryData (
type As Type
) As CategoryData
- type Type
- Data type to get.
CategoryDataCategoryData with the category of the data type.