ConvertToCategoryData(String) Method

Get the category of the data type.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static CategoryData ToCategoryData(
	string type
)

Parameters

type  String
Data type to get.

Return Value

CategoryData
CategoryData with the category of the data type.

See Also