C# Class StringHelperClass, pili-sdk-csharp

Show file Open project: pili-engineering/pili-sdk-csharp Class Usage Examples

Private Methods

Method Description
GetBytes ( this self ) : byte[]
GetBytes ( this self, string encoding ) : byte[]
GetbytesForEncoding ( System encoding, string s ) : byte[]
NewString ( byte bytes ) : string
NewString ( byte bytes, int index, int count ) : string
NewString ( byte bytes, int index, int count, string encoding ) : string
NewString ( byte bytes, string encoding ) : string
Split ( this self, string regexDelimiter, bool trimTrailingEmptyStrings ) : string[]
StartsWith ( this self, string prefix, int toffset ) : bool
SubstringSpecial ( this self, int start, int end ) : string