C# Class Alsing.Text.PatternMatchers.HexPatternMatcher

Pattern matcher that matches case insensitive hex values
Inheritance: PatternMatcherBase
Datei anzeigen Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
Default HexPatternMatcher

Public Methods

Method Description
Match ( string textToMatch, int matchAtIndex ) : int

Method Details

Match() public method

public Match ( string textToMatch, int matchAtIndex ) : int
textToMatch string
matchAtIndex int
return int

Property Details

Default public_oe static_oe property

public static HexPatternMatcher,Alsing.Text.PatternMatchers Default
return HexPatternMatcher