C# Class Signum.Windows.NullableNumericConverter

Inheritance: System.Windows.Controls.ValidationRule, IValueConverter
Show file Open project: signumsoftware/framework

Public Properties

Property Type Description
Integer NullableNumericConverter
Number NullableNumericConverter

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
NormalizeToDecimal ( string format ) : string
NullableNumericConverter ( string format ) : System
Validate ( object value, CultureInfo culture ) : System.Windows.Controls.ValidationResult

Method Details

Convert() public method

public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
return object

ConvertBack() public method

public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
return object

NormalizeToDecimal() public static method

public static NormalizeToDecimal ( string format ) : string
format string
return string

NullableNumericConverter() public method

public NullableNumericConverter ( string format ) : System
format string
return System

Validate() public method

public Validate ( object value, CultureInfo culture ) : System.Windows.Controls.ValidationResult
value object
culture System.Globalization.CultureInfo
return System.Windows.Controls.ValidationResult

Property Details

Integer public static property

public static NullableNumericConverter,Signum.Windows Integer
return NullableNumericConverter

Number public static property

public static NullableNumericConverter,Signum.Windows Number
return NullableNumericConverter