C# 클래스 Yea.DataTypes.Formatters.GenericStringFormatter

Generic string formatter
상속: IFormatProvider, ICustomFormatter, IStringFormatter
파일 보기 프로젝트 열기: OxPatient/Rule-Engine

공개 메소드들

메소드 설명
Format ( string format, object arg, IFormatProvider formatProvider ) : string

Formats the string

Format ( string input, string formatPattern ) : string

Formats the string based on the pattern

GenericStringFormatter ( ) : System

Constructor

GetFormat ( Type formatType ) : object

Gets the format associated with the type

비공개 메소드들

메소드 설명
GetMatchingInput ( string input, char formatChar, char &matchChar ) : string

Gets matching input

IsValid ( string formatPattern ) : bool

Checks if the format pattern is valid

메소드 상세

Format() 공개 메소드

Formats the string
public Format ( string format, object arg, IFormatProvider formatProvider ) : string
format string Format to use
arg object Argument object to use
formatProvider IFormatProvider Format provider to use
리턴 string

Format() 공개 메소드

Formats the string based on the pattern
public Format ( string input, string formatPattern ) : string
input string Input string
formatPattern string Format pattern
리턴 string

GenericStringFormatter() 공개 메소드

Constructor
public GenericStringFormatter ( ) : System
리턴 System

GetFormat() 공개 메소드

Gets the format associated with the type
public GetFormat ( Type formatType ) : object
formatType System.Type Format type
리턴 object