Condividi tramite


PatternMatcher.Match(String) Metodo

Definizione

Cerca un testo immesso per deserializzare un oggetto che rappresenta un valore restituito del metodo Web.

public:
 System::Object ^ Match(System::String ^ text);
public object Match (string text);
member this.Match : string -> obj
Public Function Match (text As String) As Object

Parametri

text
String

Testo da cercare che è il corpo della risposta HTTP.

Restituisce

Oggetto che rappresenta un valore restituito del metodo Web.

Commenti

Il Match valore restituito del metodo è il valore restituito dal metodo Web deserializzato dal testo di input.

Si applica a