ConvertTypeToString(String) Method

Gets the data type as text.

Definition

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

Parameters

type  String
Data type to convert.

Return Value

String
String with the data type is obtained excluding the namespace system.

See Also