C# Class CascadeSharp.TKernel.TCollection.TCollection_HExtendedString

Inheritance: Standard_Transient
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

AssignCat() public method

public AssignCat ( TCollection_HExtendedString other ) : void
other TCollection_HExtendedString
return void

Cat() public method

public Cat ( TCollection_HExtendedString other ) : TCollection_HExtendedString
other TCollection_HExtendedString
return TCollection_HExtendedString

ChangeAll() public method

public ChangeAll ( char aChar, char NewChar ) : void
aChar char
NewChar char
return void

ChangeString() public method

public ChangeString ( ) : CascadeSharp.TKernel.TCollection.TCollection_ExtendedString
return CascadeSharp.TKernel.TCollection.TCollection_ExtendedString

Clear() public method

public Clear ( ) : void
return void

Insert() public method

public Insert ( int where, TCollection_HExtendedString what ) : void
where int
what TCollection_HExtendedString
return void

Insert() public method

public Insert ( int where, char what ) : void
where int
what char
return void

IsAscii() public method

public IsAscii ( ) : bool
return bool

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

IsGreater() public method

public IsGreater ( TCollection_HExtendedString other ) : bool
other TCollection_HExtendedString
return bool

IsLess() public method

public IsLess ( TCollection_HExtendedString other ) : bool
other TCollection_HExtendedString
return bool

IsSameState() public method

public IsSameState ( TCollection_HExtendedString other ) : bool
other TCollection_HExtendedString
return bool

Length() public method

public Length ( ) : int
return int

Remove() public method

public Remove ( int where ) : void
where int
return void

Remove() public method

public Remove ( int where, int ahowmany ) : void
where int
ahowmany int
return void

RemoveAll() public method

public RemoveAll ( char what ) : void
what char
return void

Search() public method

public Search ( TCollection_HExtendedString what ) : int
what TCollection_HExtendedString
return int

SearchFromEnd() public method

public SearchFromEnd ( TCollection_HExtendedString what ) : int
what TCollection_HExtendedString
return int

SetValue() public method

public SetValue ( int where, TCollection_HExtendedString what ) : void
where int
what TCollection_HExtendedString
return void

SetValue() public method

public SetValue ( int where, char what ) : void
where int
what char
return void

Split() public method

public Split ( int where ) : TCollection_HExtendedString
where int
return TCollection_HExtendedString

String() public method

public String ( ) : CascadeSharp.TKernel.TCollection.TCollection_ExtendedString
return CascadeSharp.TKernel.TCollection.TCollection_ExtendedString

TCollection_HExtendedString() public method

public TCollection_HExtendedString ( ) : System
return System

TCollection_HExtendedString() public method

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

TCollection_HExtendedString() public method

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

TCollection_HExtendedString() public method

public TCollection_HExtendedString ( TCollection_HExtendedString aString ) : System
aString TCollection_HExtendedString
return System

TCollection_HExtendedString() public method

public TCollection_HExtendedString ( char aChar ) : System
aChar char
return System

TCollection_HExtendedString() public method

public TCollection_HExtendedString ( int length, char filler ) : System
length int
filler char
return System

TCollection_HExtendedString() public method

public TCollection_HExtendedString ( string message ) : System
message string
return System

ToExtString() public method

public ToExtString ( ) : string
return string

Token() public method

public Token ( string separators ) : TCollection_HExtendedString
separators string
return TCollection_HExtendedString

Token() public method

public Token ( string separators, int whichone ) : TCollection_HExtendedString
separators string
whichone int
return TCollection_HExtendedString

Trunc() public method

public Trunc ( int ahowmany ) : void
ahowmany int
return void

Value() public method

public Value ( int where ) : char
where int
return char

get_type_name() public method

public get_type_name ( ) : char
return char