Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StringUtilsCSharp

Simple class to works with strings

Methods

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 maxCharactersPerLine param

public static string TranslateByteString(string binaryString)

  • Translates a binary string e.g. 01001101 to string

alt text

About

Simple class to works with strings

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages