메소드 | 설명 | |
---|---|---|
Convert ( object value, |
Converts the month from a number to the actual string
|
|
ConvertBack ( object value, |
Converts the value back from ComboBoxitem to a number that can be set for the current month
|
public Convert ( object value, |
||
value | object | The value as integer |
targetType | Target type | |
parameter | object | The parameter to use |
culture | System | The current culture in use |
리턴 | object |
public ConvertBack ( object value, |
||
value | object | The comboBoxItem Selected |
targetType | Target type | |
parameter | object | The parameter to use |
culture | System | The current culture in use |
리턴 | object |