ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / DXUtil Class / GetGuidFromType Method
The type.

In This Topic
    GetGuidFromType Method
    In This Topic
    Gets the System.Guid from a type.
    Syntax
    'Declaration
     
    Public Shared Function GetGuidFromType( _
       ByVal type As System.Type _
    ) As System.Guid
    public static System.Guid GetGuidFromType( 
       System.Type type
    )

    Parameters

    type
    The type.

    Return Value

    The guid associated with this type.
    See Also