SoapId.Parse(String) Method

Definition

Converts the specified String into a SoapId object.

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

Parameters

value
String

The String to convert.

Returns

A SoapId object that is obtained from value.

Applies to