FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsExtentions..::..GetFriendlyTypeName Method

Gets the generic name of the type

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static string GetFriendlyTypeName(
	Type type
)
Public Shared Function GetFriendlyTypeName ( _
	type As Type _
) As String
public:
static String^ GetFriendlyTypeName(
	Type^ type
)

Parameters

type
Type: Type
The type.

Return Value

System.String.