Opc.Ua.Core
Uuid Constructor(String)



Opc.Ua Namespace > Uuid Structure > Uuid Constructor : Uuid Constructor(String)
The string that will be turned into a Guid
Initializes the object with a string.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String _
)
'Usage
 
Dim text As String
 
Dim instance As New Uuid(text)
public Uuid( 
   string text
)
public:
Uuid( 
   String^ text
)

Parameters

text
The string that will be turned into a Guid
Remarks
Initializes the object with a string. The string will be used to create a System.Guid.
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

Uuid Structure
Uuid Members
Overload List