C# Class Cake.Diagnostics.Formatting.FormatParser

ファイルを表示 Open project: SimpleGitVersion/CodeCake

Public Methods

Method Description
Parse ( string format ) : IEnumerable

Private Methods

Method Description
IsNumeric ( string value ) : bool
ParseProperty ( TextReader reader ) : FormatToken
ParseText ( TextReader reader ) : FormatToken

Method Details

Parse() public static method

public static Parse ( string format ) : IEnumerable
format string
return IEnumerable