Compartir a través de


SoapNotation.Parse(String) Método

Definición

Convierte el objeto String especificado en un objeto SoapNotation.

public:
 static System::Runtime::Remoting::Metadata::W3cXsd2001::SoapNotation ^ Parse(System::String ^ value);
public static System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation Parse (string value);
static member Parse : string -> System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation
Public Shared Function Parse (value As String) As SoapNotation

Parámetros

value
String

Valor String que se va a convertir.

Devoluciones

Objeto SoapNotation que se obtiene a partir de value.

Se aplica a