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

text
The plain text stored within this object

Glossary Item Box

Initializes the object with a text and the default locale.

Syntax

Visual Basic (Usage)Copy Code
Dim text As String
 
Dim instance As New LocalizedText(text)
C# 
public LocalizedText( 
   string text
)

Parameters

text
The plain text stored within this object

Remarks

Initializes the object with a text and the default locale.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.