| ITypeManagerGetTypeClass Method |
Returns the common name (a class) for a given type.
Namespace:
Dynamicweb.Controls.Charts.Providers
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax string GetTypeClass(
Type t
)
Function GetTypeClass (
t As Type
) As String
Parameters
- t
- Type: SystemType
Type to examine.
Return Value
Type:
StringType class.
Remarks See Also