[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.ISEditFormatter

ISEditFormatter Interface

Interface that defines the methods and properties required by objects used for converting from value to string and vice versa.

Namespace: FarPoint.Win.SuperEdit
Assembly: FarPoint.Win.dll
Syntax
public interface ISEditFormatter
Public Interface ISEditFormatter

Properties

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).

Methods

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.