Reads a string tag.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public string GetString( int pageIndex, int tagIndex )
Public Function GetString ( _ pageIndex As Integer, _ tagIndex As Integer _ ) As String
public: String^ GetString( int pageIndex, int tagIndex )
Parameters
- pageIndex
- Int32
 Page index (starting at 0 and ending at GetPagesCount-1).
- tagIndex
- Int32
 Tag index (starting at 0 and ending at GetTagsCount-1).


























