EasyUA Reference
Uuid Constructor(String)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Uuid Structure > Uuid Constructor : Uuid Constructor(String)

text
The string that will be turned into a Guid

Glossary Item Box

Initializes the object with a string.

Syntax

Visual Basic (Usage)Copy Code
Dim text As String
 
Dim instance As New Uuid(text)
C# 
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.