OPC Labs EasyOPC-UA Library
TryParse Method
OpcLabs_EasyOpcUA ActiveX DLL > UAQualifiedNameParser Object : TryParse Method

Description
Converts the string representation of a qualified name to equivalent qualified name object. A return value indicates whether the conversion succeeded.

 

DISPID (Dispatch ID):

 

For more information, see TryParse in .NET Reference.

Syntax
Visual Basic
Public Function TryParse( _
   ByVal s As String, _
   ByRef qualifiedName As Variant _
) As StringParsingError
Parameters
s

qualifiedName

Return Type

See TryParse in .NET Reference.

Remarks

For remarks, see TryParse in .NET Reference.

Example

For examples, see TryParse in .NET Reference.

See Also

UAQualifiedNameParser Object  | UAQualifiedNameParser Members