SoapIdrefs.Parse(String) Método

Definição

Converte o String especificado em um objeto SoapIdrefs.Converts the specified String into a SoapIdrefs object.

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

Parâmetros

value
String

O String a ser convertido.The String to convert.

Retornos

SoapIdrefs

Um String que é obtido de value.A String that is obtained from value.

Aplica-se a