C# Class Rebel.Framework.Localization.Processing.ValueFormatters.StringCaseFormatterFactory

Factory class for StringCaseFormatter
Inheritance: IValueFormatterFactory
显示文件 Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
GetFor ( string formatExpression, PatternDialect dialect, TextManager manager ) : IValueFormatter

Method Details

GetFor() public method

public GetFor ( string formatExpression, PatternDialect dialect, TextManager manager ) : IValueFormatter
formatExpression string
dialect PatternDialect
manager TextManager
return IValueFormatter