Opc.Ua.Core
ToLocalizedText Method



Opc.Ua Namespace > LocalizedText Class : ToLocalizedText Method
The string to store as localized text
Converts a string to a localized text.
Syntax
'Declaration
 
Public Shared Function ToLocalizedText( _
   ByVal value As String _
) As LocalizedText
'Usage
 
Dim value As String
Dim value As LocalizedText
 
value = LocalizedText.ToLocalizedText(value)
public static LocalizedText ToLocalizedText( 
   string value
)
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, 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

LocalizedText Class
LocalizedText Members