getEntry(String, String, ref Int32) Method
fetches value in entryMarkup within XMLString, search starts optionally at position startSearch (default 1)
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public static string getEntry( string entryMarkup, string XMLString, ref int startSearch )
Parameters
- entryMarkup
- Type: String
- XMLString
- Type: String
- startSearch
- Type: Int32start position for search, position of end of entryMarkup is returned here, allowing iterative fetching of multiple entryMarkup elements (see getEntryList)
Returns
String
the fetched value