Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Decorate NumericValidationBehavior value #1061

@stephenhauck

Description

@stephenhauck

Description

I am using a NumericValidationBehavior
image

And a converter to format the display ...
public object Convert(object value, Type targetType, object parameter, CultureInfo culture) { return Decimal.Parse(value.ToString()).ToString("C"); }

image

How do I format the output for the user but validate the input ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions