SoapToken.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.
public:
static System::Runtime::Remoting::Metadata::W3cXsd2001::SoapToken ^ Parse(System::String ^ value);
public static System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken Parse (string value);
static member Parse : string -> System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken
Public Shared Function Parse (value As String) As SoapToken
Parameters
- value
- String
The String to convert.
Returns
A SoapToken object that is obtained from value.