'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)
public bool LoadStringTable( string tableName, string elementName, StringTable stringTable )
public: bool LoadStringTable( String^ tableName, String^ elementName, StringTable^ 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.