C# Class Appspotdemo.Mono.Droid.StringHelperClass

ファイルを表示 Open project: kenneththorman/appspotdemo-mono

Private Methods

Method Description
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