Initializes a new instance of the CustomFormatAttribute class.
Namespace: SimolAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | If format is an empty string |
System..::..ArgumentNullException | If format is null |