Initializes a new instance of the CustomFormatAttribute class.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public CustomFormatAttribute(
	string format
)
Visual Basic
Public Sub New ( _
	format As String _
)
Visual C++
public:
CustomFormatAttribute(
	String^ format
)

Parameters

format
Type: System..::..String
The format string.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionIf format is an empty string
System..::..ArgumentNullExceptionIf format is null

See Also