Uiinfrastructure API Docs  
 

XMLBaseVarPack.GetValueAsString Method 

This method will return the String value for a named node in a section under the root XML node.

public virtual string GetValueAsString(
   string strSection,
   string strName
);

Parameters

strSection
strName

Return Value

String the String value of the Name/Value pair.

See Also

XMLBaseVarPack Class | com.plumtree.uiinfrastructure.application.varpacks Namespace