SoapLanguage.Parse(String) Method

Definition

Converts the specified String into a SoapLanguage object.

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

Parameters

value
String

The String to convert.

Returns

A SoapLanguage object that is obtained from value.

Applies to