Table of Contents

Class BoolToStringConverter

Namespace
Ecng.Xaml.Converters
Assembly
StockSharp.Xaml.dll

bool to string converter.

[Obsolete("Use BooleanToObjectConverter")]
public class BoolToStringConverter : IValueConverter
Inheritance
BoolToStringConverter
Implements
Inherited Members
Extension Methods

Constructors

BoolToStringConverter()

public BoolToStringConverter()

Properties

FalseValue

false value.

public string FalseValue { get; set; }

Property Value

string

TrueValue

true value.

public string TrueValue { get; set; }

Property Value

string