C# 클래스 StringHelperClass, pili-sdk-csharp

파일 보기 프로젝트 열기: pili-engineering/pili-sdk-csharp 1 사용 예제들

비공개 메소드들

메소드 설명
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