C# 클래스 CascadeSharp.TKernel.TCollection.TCollection_HExtendedString

상속: Standard_Transient
파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
AssignCat ( TCollection_HExtendedString other ) : void
Cat ( TCollection_HExtendedString other ) : TCollection_HExtendedString
ChangeAll ( char aChar, char NewChar ) : void
ChangeString ( ) : CascadeSharp.TKernel.TCollection.TCollection_ExtendedString
Clear ( ) : void
Insert ( int where, TCollection_HExtendedString what ) : void
Insert ( int where, char what ) : void
IsAscii ( ) : bool
IsEmpty ( ) : bool
IsGreater ( TCollection_HExtendedString other ) : bool
IsLess ( TCollection_HExtendedString other ) : bool
IsSameState ( TCollection_HExtendedString other ) : bool
Length ( ) : int
Remove ( int where ) : void
Remove ( int where, int ahowmany ) : void
RemoveAll ( char what ) : void
Search ( TCollection_HExtendedString what ) : int
SearchFromEnd ( TCollection_HExtendedString what ) : int
SetValue ( int where, TCollection_HExtendedString what ) : void
SetValue ( int where, char what ) : void
Split ( int where ) : TCollection_HExtendedString
String ( ) : CascadeSharp.TKernel.TCollection.TCollection_ExtendedString
TCollection_HExtendedString ( ) : System
TCollection_HExtendedString ( CascadeSharp.TKernel.TCollection.TCollection_ExtendedString aString ) : System
TCollection_HExtendedString ( CascadeSharp.TKernel.TCollection.TCollection_HAsciiString aString ) : System
TCollection_HExtendedString ( TCollection_HExtendedString aString ) : System
TCollection_HExtendedString ( char aChar ) : System
TCollection_HExtendedString ( int length, char filler ) : System
TCollection_HExtendedString ( string message ) : System
ToExtString ( ) : string
Token ( string separators ) : TCollection_HExtendedString
Token ( string separators, int whichone ) : TCollection_HExtendedString
Trunc ( int ahowmany ) : void
Value ( int where ) : char
get_type_name ( ) : char

메소드 상세

AssignCat() 공개 메소드

public AssignCat ( TCollection_HExtendedString other ) : void
other TCollection_HExtendedString
리턴 void

Cat() 공개 메소드

public Cat ( TCollection_HExtendedString other ) : TCollection_HExtendedString
other TCollection_HExtendedString
리턴 TCollection_HExtendedString

ChangeAll() 공개 메소드

public ChangeAll ( char aChar, char NewChar ) : void
aChar char
NewChar char
리턴 void

ChangeString() 공개 메소드

public ChangeString ( ) : CascadeSharp.TKernel.TCollection.TCollection_ExtendedString
리턴 CascadeSharp.TKernel.TCollection.TCollection_ExtendedString

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Insert() 공개 메소드

public Insert ( int where, TCollection_HExtendedString what ) : void
where int
what TCollection_HExtendedString
리턴 void

Insert() 공개 메소드

public Insert ( int where, char what ) : void
where int
what char
리턴 void

IsAscii() 공개 메소드

public IsAscii ( ) : bool
리턴 bool

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

IsGreater() 공개 메소드

public IsGreater ( TCollection_HExtendedString other ) : bool
other TCollection_HExtendedString
리턴 bool

IsLess() 공개 메소드

public IsLess ( TCollection_HExtendedString other ) : bool
other TCollection_HExtendedString
리턴 bool

IsSameState() 공개 메소드

public IsSameState ( TCollection_HExtendedString other ) : bool
other TCollection_HExtendedString
리턴 bool

Length() 공개 메소드

public Length ( ) : int
리턴 int

Remove() 공개 메소드

public Remove ( int where ) : void
where int
리턴 void

Remove() 공개 메소드

public Remove ( int where, int ahowmany ) : void
where int
ahowmany int
리턴 void

RemoveAll() 공개 메소드

public RemoveAll ( char what ) : void
what char
리턴 void

Search() 공개 메소드

public Search ( TCollection_HExtendedString what ) : int
what TCollection_HExtendedString
리턴 int

SearchFromEnd() 공개 메소드

public SearchFromEnd ( TCollection_HExtendedString what ) : int
what TCollection_HExtendedString
리턴 int

SetValue() 공개 메소드

public SetValue ( int where, TCollection_HExtendedString what ) : void
where int
what TCollection_HExtendedString
리턴 void

SetValue() 공개 메소드

public SetValue ( int where, char what ) : void
where int
what char
리턴 void

Split() 공개 메소드

public Split ( int where ) : TCollection_HExtendedString
where int
리턴 TCollection_HExtendedString

String() 공개 메소드

public String ( ) : CascadeSharp.TKernel.TCollection.TCollection_ExtendedString
리턴 CascadeSharp.TKernel.TCollection.TCollection_ExtendedString

TCollection_HExtendedString() 공개 메소드

public TCollection_HExtendedString ( ) : System
리턴 System

TCollection_HExtendedString() 공개 메소드

public TCollection_HExtendedString ( CascadeSharp.TKernel.TCollection.TCollection_ExtendedString aString ) : System
aString CascadeSharp.TKernel.TCollection.TCollection_ExtendedString
리턴 System

TCollection_HExtendedString() 공개 메소드

public TCollection_HExtendedString ( CascadeSharp.TKernel.TCollection.TCollection_HAsciiString aString ) : System
aString CascadeSharp.TKernel.TCollection.TCollection_HAsciiString
리턴 System

TCollection_HExtendedString() 공개 메소드

public TCollection_HExtendedString ( TCollection_HExtendedString aString ) : System
aString TCollection_HExtendedString
리턴 System

TCollection_HExtendedString() 공개 메소드

public TCollection_HExtendedString ( char aChar ) : System
aChar char
리턴 System

TCollection_HExtendedString() 공개 메소드

public TCollection_HExtendedString ( int length, char filler ) : System
length int
filler char
리턴 System

TCollection_HExtendedString() 공개 메소드

public TCollection_HExtendedString ( string message ) : System
message string
리턴 System

ToExtString() 공개 메소드

public ToExtString ( ) : string
리턴 string

Token() 공개 메소드

public Token ( string separators ) : TCollection_HExtendedString
separators string
리턴 TCollection_HExtendedString

Token() 공개 메소드

public Token ( string separators, int whichone ) : TCollection_HExtendedString
separators string
whichone int
리턴 TCollection_HExtendedString

Trunc() 공개 메소드

public Trunc ( int ahowmany ) : void
ahowmany int
리턴 void

Value() 공개 메소드

public Value ( int where ) : char
where int
리턴 char

get_type_name() 공개 메소드

public get_type_name ( ) : char
리턴 char