SoapIdrefs.Parse(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the specified String into a SoapIdrefs object.
public:
static System::Runtime::Remoting::Metadata::W3cXsd2001::SoapIdrefs ^ Parse(System::String ^ value);
public static System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs Parse (string value);
static member Parse : string -> System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs
Public Shared Function Parse (value As String) As SoapIdrefs
Parameters
- value
- String
The String
to convert.
Returns
A String that is obtained from value
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.