C# Class System.__DTString

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
Advance bool
ConsumeSubString void
GetChar char
GetDigit int
GetNext bool
GetNextDigit bool
GetRegularToken void
GetRepeatCount int
GetSeparatorToken TokenType
GetSubString DTSubString
Match bool
Match bool
MatchLongestWords int
MatchSpecifiedWord bool
MatchSpecifiedWord bool
MatchSpecifiedWords bool
RemoveLeadingInQuoteSpaces void
RemoveTrailingInQuoteSpaces void
SkipWhiteSpaceCurrent bool
SkipWhiteSpaces void
TrimTail void
__DTString System
__DTString System

Private Methods

Method Description
Advance ( int count ) : bool
ConsumeSubString ( DTSubString sub ) : void
GetChar ( ) : char
GetDigit ( ) : int
GetNext ( ) : bool
GetNextDigit ( ) : bool
GetRegularToken ( TokenType &tokenType, int &tokenValue, DateTimeFormatInfo dtfi ) : void
GetRepeatCount ( ) : int
GetSeparatorToken ( DateTimeFormatInfo dtfi ) : TokenType
GetSubString ( ) : DTSubString
Match ( String str ) : bool
Match ( char ch ) : bool
MatchLongestWords ( String words, int &maxMatchStrLen ) : int
MatchSpecifiedWord ( String target ) : bool
MatchSpecifiedWord ( String target, int endIndex ) : bool
MatchSpecifiedWords ( String target, bool checkWordBoundary, int &matchLength ) : bool
RemoveLeadingInQuoteSpaces ( ) : void
RemoveTrailingInQuoteSpaces ( ) : void
SkipWhiteSpaceCurrent ( ) : bool
SkipWhiteSpaces ( ) : void
TrimTail ( ) : void
__DTString ( String str, DateTimeFormatInfo dtfi ) : System
__DTString ( String str, DateTimeFormatInfo dtfi, bool checkDigitToken ) : System