C# Class System.Waf.Foundation.StringHelper

Provides helper methods for working with strings.
Datei anzeigen Open project: jbe2277/waf

Public Methods

Method Description
Truncate ( this value, int maxLength ) : string

Truncates the string to the specified maximum length.

Method Details

Truncate() public static method

Truncates the string to the specified maximum length.
maxLength is less than 0.
public static Truncate ( this value, int maxLength ) : string
value this The string.
maxLength int The maximum length.
return string