SoapEntity.Parse(String) Method

Definition

Converts the specified String into a SoapEntity object.

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

Parameters

value
String

The String to convert.

Returns

A SoapEntities object that is obtained from value.

Applies to