Uiinfrastructure API Docs  
 

GeneralHelpers.BreakDownLongWordsInString Method 

Adds spaces into long strings so that it can be displayed with wrapping in HTML without having to truncate.

public static string BreakDownLongWordsInString(
   string strIn,
   int maxCharsPerWord
);

See Also

GeneralHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace