C# 클래스 Epiworx.Core.StringExtensions

파일 보기 프로젝트 열기: mattruma/epiworx-csla

공개 메소드들

메소드 설명
Left ( this text, int length ) : string
Right ( this text, int length ) : string

메소드 상세

Left() 공개 정적인 메소드

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

Right() 공개 정적인 메소드

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