Krypton OutlookGrid Help
OutlookGridGroupHelpersSimpleQualifiedName Method |
Returns a fully qualified type name without the version, culture, or token
Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public static string SimpleQualifiedName( Type t )
Public Shared Function SimpleQualifiedName ( t As Type ) As String
Parameters
- t
- Type: SystemType
[Missing <param name="t"/> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridGroupHelpers.SimpleQualifiedName(System.Type)"]
Return Value
Type: String[Missing <returns> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridGroupHelpers.SimpleQualifiedName(System.Type)"]
See Also