Uiinfrastructure API Docs  
 

AnchorInLocalizedString.GetStringBeforeAnchor Method 

This method returns the section of the string before the place holder.

public static string GetStringBeforeAnchor(
   string strBaseText
);

Parameters

strBaseText

Return Value

String the section before the first placeholder. "" If there is no place holder.

See Also

AnchorInLocalizedString Class | com.plumtree.uiinfrastructure.statichelpers Namespace