[]
Interface that defines the methods and properties required by objects used for converting from value to string and vice versa.
public interface ISEditFormatter
Public Interface ISEditFormatter
Name | Description |
---|---|
ManageInput | If implemented, it supports methods which allow an editor to use for validating and formatting user input. |
RegionSettings | Gets or sets the Regional Settings (Regional Options). |
Name | Description |
---|---|
FromFormattedString(string) | Parses and returns the value from a formatted string. |
FromUnformattedString(string) | Parses and returns the value from an unformatted string. |
ToFormattedString(object) | Returns a formatted string (plus attributes) for the value passed. |
ToUnformattedString(object) | Returns an unformatted string for the value passed. |