ComponentOne Bitmap for WPF
GetGuidFromType Method

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > DXUtil Class : GetGuidFromType Method
The type.
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

Reference

DXUtil Class
DXUtil Members