ComponentOne Bitmap for WPF
C1.WPF.DX.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 Type _
    ) As Guid
    public static Guid GetGuidFromType( 
       Type type
    )

    Parameters

    type
    The type.

    Return Value

    The guid associated with this type.
    See Also