C# 클래스 Platform.Helpers.StringExtensions

파일 보기 프로젝트 열기: Konard/LinksPlatform

공개 메소드들

메소드 설명
CapitalizeFirstLetter ( this str ) : string
Truncate ( this str, int maxLength ) : string

메소드 상세

CapitalizeFirstLetter() 공개 정적인 메소드

public static CapitalizeFirstLetter ( this str ) : string
str this
리턴 string

Truncate() 공개 정적인 메소드

public static Truncate ( this str, int maxLength ) : string
str this
maxLength int
리턴 string