This documentation is archived and is not being maintained.

PatternMatcher.Match Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Public Function Match( _
   ByVal text As String _
) As Object
[C#]
public object Match(
 string text
);
[C++]
public: Object* Match(
 String* text
);
[JScript]
public function Match(
   text : String
) : Object;

See Also

PatternMatcher Class | PatternMatcher Members | System.Web.Services.Protocols Namespace

Show: