StiTypeConvertGetBaseType Method |
Returns base string presentation for the specified type.
Namespace:
Stimulsoft.Report.CodeDom
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static string GetBaseType(
Type type,
StiLanguage language
)
Public Shared Function GetBaseType (
type As Type,
language As StiLanguage
) As String
Parameters
- type
- Type: SystemType
Specified type. - language
- Type: Stimulsoft.Report.CodeDomStiLanguage
Script language.
Return Value
Type:
StringString presentation of the type.
See Also