SoapNotation.Parse(String) Method

Definition

Converts the specified String into a SoapNotation object.

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

Parameters

value
String

The String to convert.

Returns

A SoapNotation object that is obtained from value.

Applies to