C# Class WebApplications.Utilities.Formatting.FormatBuilderConverter

Inheritance: System.Configuration.ConfigurationConverterBase
Datei anzeigen Open project: webappsuk/CoreLibraries

Public Methods

Method Description
ConvertFrom ( [ ctx, [ ci, object data ) : object

Converts from.

ConvertTo ( [ ctx, [ ci, [ value, [ type ) : object

Converts to.

Method Details

ConvertFrom() public method

Converts from.
public ConvertFrom ( [ ctx, [ ci, object data ) : object
ctx [ The CTX.
ci [ The ci.
data object The data.
return object

ConvertTo() public method

Converts to.
public ConvertTo ( [ ctx, [ ci, [ value, [ type ) : object
ctx [ The CTX.
ci [ The ci.
value [ The value.
type [ The type.
return object