Opc.Ua.Core
Parse(String) Method



Opc.Ua Namespace > RelativePathFormatter Class > Parse Method : Parse(String) Method
Parses a string representing a relative path.
Syntax
'Declaration
 
Public Overloads Shared Function Parse( _
   ByVal textToParse As String _
) As RelativePathFormatter
'Usage
 
Dim textToParse As String
Dim value As RelativePathFormatter
 
value = RelativePathFormatter.Parse(textToParse)
public static RelativePathFormatter Parse( 
   string textToParse
)
public:
static RelativePathFormatter^ Parse( 
   String^ textToParse
) 

Parameters

textToParse
Exceptions
ExceptionDescription
Thrown if any errors occur during parsing
Remarks
Parses a string representing a relative path.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RelativePathFormatter Class
RelativePathFormatter Members
Overload List