TypeExtensionMethods Class | 
Namespace: SD.Tools.BCLExtensions.SystemRelated
The TypeExtensionMethods type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDefaultValue | 
            Gets the default value for the type, e.g. 0 for int, empty guid for guid.
              | |
| GetFullTypeName | 
            Gets the full type name, of the format: Type.Fullname, assembly name. 
            If the assembly is signed, the full assembly name is added, otherwise just the assembly name, not the version, public key token or culture.
              | |
| IsNetSystemType | 
            Determines whether the type specified is a system type of .NET. System types are types in mscorlib, assemblies which start with 'Microsoft.', 'System.'
            or the System assembly itself. 
              | |
| IsNullableValueType | 
            Determines whether the type this method is called on is a nullable type of type Nullable(Of T)
              |