C# Class Alsing.Text.PatternMatchers.DecPatternMatcher

Pattern matcher that matches culture invariant decimal values
Inheritance: PatternMatcherBase
Datei anzeigen Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
Default DecPatternMatcher

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 DecPatternMatcher,Alsing.Text.PatternMatchers Default
return DecPatternMatcher