FieldUtilitiesDetermineRealFullTypeName Method (Type) |
Determines the name of the real full type of the type passed in, which can be a generic type. If so, the generic type parameter will be used.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public static string DetermineRealFullTypeName(
Type toConvert
)
Public Shared Function DetermineRealFullTypeName (
toConvert As Type
) As String
Parameters
- toConvert
- Type: SystemType
To convert.
Return Value
Type:
Stringfull name of type specified. if toConvert is a Nullable(Of T), the type of T will be returned
See Also