Uiinfrastructure API Docs  
 

AnchorInLocalizedString.GetStringAfterAnchor Method 

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

public static string GetStringAfterAnchor(
   string strBaseText
);

Parameters

strBaseText

Return Value

String the section before the first placeholder.

See Also

AnchorInLocalizedString Class | com.plumtree.uiinfrastructure.statichelpers Namespace