Skip to content

T_WolfCurses_StringExtensions

Maxwolf edited this page Jan 2, 2016 · 1 revision

StringExtensions Class

Utility class that contains useful extension methods that make working with strings a little easier and less repetitive.

Inheritance Hierarchy

System.Object
  WolfCurses.StringExtensions
Namespace: WolfCurses
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static class StringExtensions

The StringExtensions type exposes the following members.

Methods

 

Name Description
Public methodStatic member Truncate Cuts off a string given a certain input amount, useful for ensuring the user never enters more than possible into a given field.
Public methodStatic member WordWrap Word wraps the given text to fit within the specified width.
  Back to Top

Version Information

Wolf Curses

Supported in: 0.1

See Also

Reference

WolfCurses Namespace

Clone this wiki locally