EasyUA Reference
ToLocalizedText Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > LocalizedText Class : ToLocalizedText Method

value
The string to store as localized text

Glossary Item Box

Converts a string to a localized text.

Syntax

Visual Basic (Usage)Copy Code
Dim value As String
Dim value As LocalizedText
 
value = LocalizedText.ToLocalizedText(value)
C# 
public static LocalizedText ToLocalizedText( 
   string value
)

Parameters

value
The string to store as localized text

Remarks

Converts a string to a localized text.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.