Bridge

Enum..::..Format Method

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

Syntax


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

Parameters

enumType
Type: System..::..Type
value
Type: System..::..Object
format
Type: System..::..String