Neokernel API

EmailTools.formatWrap Method

Word wraps the a String to the specified number of columns and returns the wrapped String.

public static string formatWrap(
   string s,
   int width
);

See Also

EmailTools Class | com.neokernel.email Namespace