C# Class ExcelToolKit.FormatReader

Show file Open project: fanfeilong/exceltk Class Usage Examples

Public Methods

Method Description
IsDateFormatString ( ) : bool

Private Methods

Method Description
IsPrecededByBackSlash ( char dateChar, int pos ) : bool
IsSurroundedByBracket ( char dateChar, int pos ) : bool
IsSurroundedByQuotes ( char dateChar, int pos ) : bool
NumberOfUnescapedOccurances ( char value, string src ) : int

Method Details

IsDateFormatString() public method

public IsDateFormatString ( ) : bool
return bool