Opc.Ua.Core
Implicit Type Conversion Operator (LocalizedText)



Opc.Ua Namespace > LocalizedText Class : Implicit Type Conversion Operator
The string to store as localized text
Converts a string to a localized text.
Syntax
'Declaration
 
Public Operator Widening CType( _
   ByVal value As String _
) As LocalizedText
'Usage
 
public LocalizedText operator implicit( 
   string value
)
public:
operator LocalizedText^ ( 
   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