ConvertTypeToString(Type) Method
Gets the data type as text.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string TypeToString(
Type type
)
Public Shared Function TypeToString (
type As Type
) As String
- type Type
- Data type to convert.
StringString with the data type is obtained excluding the namespace system.