PatternMatcher::Match Method (String^)

 
Use BaseTrue

Searches a text input to deserialize an object representing a Web method return value.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
Object^ Match(
	String^ text
)

Parameters

text
Type: System::String^

The text to search, which is the body of the HTTP response.

Return Value

Type: System::Object^

An object representing a Web method return value.

The Match method's return value is the Web method return value deserialized from the input text.

.NET Framework
Available since 1.1
Return to top
Show: