SoapName.Parse(String) Method

Definition

Converts the specified String into a SoapName object.

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

Parameters

value
String

The String to convert.

Returns

A SoapName object that is obtained from value.

Applies to