Microscopic Traffic Simulator
|
Converter from bool status to empty string or string "*". More...
Public Member Functions | |
object | Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Convert bool status to string or string "*". More... | |
object | ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Convert empty string or string "*" to bool status. More... | |
object | Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Convert bool status to string or string "*". More... | |
object | ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Convert empty string or string "*" to bool status. More... | |
Converter from bool status to empty string or string "*".
Definition at line 9 of file FromBoolToStar.cs.
object Microscopic_Traffic_Simulator.Converters.FromBoolToStar.Convert | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Convert bool status to string or string "*".
value | Boolean status. |
targetType | Target type which is string. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 19 of file FromBoolToStar.cs.
object Microscopic_Traffic_Simulator.Converters.FromBoolToStar.Convert | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Convert bool status to string or string "*".
value | Boolean status. |
targetType | Target type which is string. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 19 of file FromBoolToStar.cs.
object Microscopic_Traffic_Simulator.Converters.FromBoolToStar.ConvertBack | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Convert empty string or string "*" to bool status.
value | Empoty string or string "*". |
targetType | Target type which is bool. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 36 of file FromBoolToStar.cs.
object Microscopic_Traffic_Simulator.Converters.FromBoolToStar.ConvertBack | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Convert empty string or string "*" to bool status.
value | Empoty string or string "*". |
targetType | Target type which is bool. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 36 of file FromBoolToStar.cs.