C# 클래스 Crosschat.StringExtensions

파일 보기 프로젝트 열기: EgorBo/CrossChat-Xamarin.Forms

공개 메소드들

메소드 설명
CutIfLonger ( this source, int maxLength = 1000 ) : string
ToShortSizeInBytesString ( long bytes ) : string

메소드 상세

CutIfLonger() 공개 정적인 메소드

public static CutIfLonger ( this source, int maxLength = 1000 ) : string
source this
maxLength int
리턴 string

ToShortSizeInBytesString() 공개 정적인 메소드

public static ToShortSizeInBytesString ( long bytes ) : string
bytes long
리턴 string