Method | Description | |
---|---|---|
IsMatch ( string actual, string expected ) : bool |
Checks to see if the actual value starts with the specified expected value.
|
|
ToString ( ) : string |
Returns the string representation of this match.
|
public IsMatch ( string actual, string expected ) : bool | ||
actual | string | The actual value. |
expected | string | The expected start value. |
return | bool |