C# Class Epiworx.Core.StringExtensions

Mostra file Open project: mattruma/epiworx-csla

Public Methods

Method Description
Left ( this text, int length ) : string
Right ( this text, int length ) : string

Method Details

Left() public static method

public static Left ( this text, int length ) : string
text this
length int
return string

Right() public static method

public static Right ( this text, int length ) : string
text this
length int
return string