C# Class Epiworx.Core.StringExtensions

Afficher le fichier Open project: mattruma/epiworx-csla

Méthodes publiques

Méthode Description
Left ( this text, int length ) : string
Right ( this text, int length ) : string

Method Details

Left() public static méthode

public static Left ( this text, int length ) : string
text this
length int
Résultat string

Right() public static méthode

public static Right ( this text, int length ) : string
text this
length int
Résultat string