C# Class System.Waf.Foundation.StringHelper

Provides helper methods for working with strings.
Afficher le fichier Open project: jbe2277/waf

Méthodes publiques

Méthode Description
Truncate ( this value, int maxLength ) : string

Truncates the string to the specified maximum length.

Method Details

Truncate() public static méthode

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.
Résultat string