public static class StringExtensions

assembly RefDocGen
namespace RefDocGen.TemplateProcessors.Shared.TemplateTools
Base type:  object

Class with extension methods for string class.

Methods

public static string WithWbrAfterDots(this string input) #
Adds the <wbr /> tag after each dot in the given string.
Parameters
this string input
The provided string.
Returns
string
String with the <wbr /> tag after each dot.