C# 클래스 System.Waf.Foundation.StringHelper

Provides helper methods for working with strings.
파일 보기 프로젝트 열기: jbe2277/waf

공개 메소드들

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

Truncates the string to the specified maximum length.

메소드 상세

Truncate() 공개 정적인 메소드

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.
리턴 string