Converts a display string containing leading or trailing mask prompts into an underlying value.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class MaskPromptRemovalConverter : IValueConverter
Visual Basic (Declaration)
Public Class MaskPromptRemovalConverter _
	Implements IValueConverter

Remarks

This is primarily intended to support entering numeric values through the masked text editor.

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfPropertyGrid..::.MaskPromptRemovalConverter

See Also