Opc.Ua.Core
LoadStringTable Method (XmlDecoder)



Opc.Ua Namespace > XmlDecoder Class : LoadStringTable Method
Name of the table.
Name of the element.
The string table.
Initializes a string table from an XML stream.
Syntax
'Declaration
 
Public Function LoadStringTable( _
   ByVal tableName As String, _
   ByVal elementName As String, _
   ByVal stringTable As StringTable _
) As Boolean
'Usage
 
Dim instance As XmlDecoder
Dim tableName As String
Dim elementName As String
Dim stringTable As StringTable
Dim value As Boolean
 
value = instance.LoadStringTable(tableName, elementName, stringTable)

Parameters

tableName
Name of the table.
elementName
Name of the element.
stringTable
The string table.

Return Value

True if the table was found. False otherwise.
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

XmlDecoder Class
XmlDecoder Members