T_WolfCurses_StringExtensions - Maxwolf/WolfCurses GitHub Wiki
Utility class that contains useful extension methods that make working with strings a little easier and less repetitive.
System.Object
WolfCurses.StringExtensions
Namespace: WolfCurses
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static class StringExtensions
The StringExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
Truncate | Cuts off a string given a certain input amount, useful for ensuring the user never enters more than possible into a given field. |
![]() ![]() |
WordWrap | Word wraps the given text to fit within the specified width. |
Supported in: 0.1