Uiinfrastructure API Docs  
 

XMLBaseVarPack.GetValueAsBoolean Method 

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

public virtual bool GetValueAsBoolean(
   string strSection,
   string strName
);

Parameters

strSection
strName

Return Value

boolean the boolean value of the Name/Value pair.

See Also

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