Method | Description | |
---|---|---|
SwitchConverterCase ( ) : System |
Switches the converter.
|
|
SwitchConverterCase ( string when, object then ) : System |
Initializes a new instance of the SwitchConverterCase class.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
public SwitchConverterCase ( string when, object then ) : System | ||
when | string | The condition of the case. |
then | object | The results of this case when run through a |
return | System |