C# 클래스 Appspotdemo.Mono.Droid.StringHelperClass

파일 보기 프로젝트 열기: kenneththorman/appspotdemo-mono

비공개 메소드들

메소드 설명
GetBytes ( this self ) : byte[]
GetBytes ( this self, string encoding ) : byte[]
GetSBytesForEncoding ( System encoding, string s ) : byte[]
NewString ( sbyte bytes ) : string
NewString ( sbyte bytes, int index, int count ) : string
NewString ( sbyte bytes, int index, int count, string encoding ) : string
NewString ( sbyte bytes, string encoding ) : string
Split ( this self, string regexDelimiter, bool trimTrailingEmptyStrings ) : string[]
StartsWith ( this self, string prefix, int toffset ) : bool