Simple class to works with strings
public static string ReverseCase(this string text)
- Reverses the casing of a string
public static float GetWidth(this string text, Font font)
- Gets the width in pixels of a string with specific font
public static string SetWordWrap(this string text, int maxCharactersPerLine)
- Wraps the text on new lines based on
maxCharactersPerLineparam
public static string TranslateByteString(string binaryString)
- Translates a binary string e.g.
01001101to string
