Bridge

Enum..::..GetName Method

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public static string GetName(
	Type enumType,
	Object value
)
Public Shared Function GetName ( _
	enumType As Type, _
	value As Object _
) As String
public:
static String^ GetName(
	Type^ enumType, 
	Object^ value
)

Parameters

enumType
Type: System..::..Type
value
Type: System..::..Object