Свойство | Тип | Описание | |
---|---|---|---|
firstChar | byte |
Метод | Описание | |
---|---|---|
Compare ( |
Compares the string against str.
|
|
Compare ( |
Compares count characters of the string against str.
|
|
Compare ( |
Compares count characters of the string against str.
|
|
Compare ( |
Compares the string against str.
|
|
Compare ( |
Compares count characters of the string against str.
|
|
Compare ( |
Compares count characters of the string against str.
|
|
Compare ( byte str ) : int |
Compares the string against str.
|
|
Compare ( byte str, int count ) : int |
Compares count characters of the string against str.
|
|
Compare ( byte str, int offset, int count ) : int |
Compares count characters of the string against str.
|
|
Compare ( int from, |
Compares count characters of the string against str.
|
|
Compare ( int from, |
Compares count characters of the string against str.
|
|
Compare ( int from, byte str, int offset, int count ) : int |
Compares count characters of the string against str.
|
|
Compare ( int from, string str, int offset, int count ) : int |
Compares count characters of the string against str.
|
|
Compare ( string str ) : int |
Compares the string against str.
|
|
Compare ( string str, int count ) : int |
Compares count characters of the string against str.
|
|
Compare ( string str, int offset, int count ) : int |
Compares count characters of the string against str.
|
|
Copy ( |
||
Copy ( byte original ) : CString8* | ||
Copy ( string str ) : CString8* | ||
Create ( int capacity ) : CString8* | ||
CreateEmpty ( ) : CString8* | ||
DISPOSE ( |
||
GetChar ( int index ) : byte | ||
GetChar ( int index, bool boundsCheck ) : byte |
If boundsCheck is true, makes sure index is within bounds, then gets the character at index from the string..
|
|
IndexOf ( |
||
IndexOf ( |
||
IndexOf ( byte substr ) : int | ||
IndexOf ( int from, |
||
IndexOf ( int from, |
||
IndexOf ( int from, |
||
IndexOf ( int from, |
||
IndexOf ( int from, |
||
IndexOf ( int from, |
||
IndexOf ( int from, byte substr ) : int | ||
IndexOf ( int from, byte substr, int count ) : int | ||
IndexOf ( int from, byte substr, int offset, int count ) : int | ||
IndexOf ( int from, string substr ) : int | ||
IndexOf ( int from, string substr, int count ) : int | ||
IndexOf ( int from, string substr, int offset, int count ) : int | ||
IndexOf ( string substr ) : int | ||
SetChar ( int index, byte value ) : void | ||
SetChar ( int index, byte value, bool boundsCheck ) : void | ||
Substring ( int index ) : CString8* | ||
Substring ( int index, int count ) : CString8* | ||
Trim ( ) : CString8* |
Generates a new CString8 instance that is identical to this one, minus any leading or trailing whitespace
|
|
__Test1 ( ) : void |
Метод | Описание | |
---|---|---|
IndexOf ( int from, byte substr, int substrLen, int offset, int count ) : int | ||
Substring_INTERNAL ( int index, int count ) : CString8* | ||
__RunTests ( ) : void |
public Compare ( |
||
str | ||
count | int | |
Результат | int |
public Compare ( |
||
str | ||
offset | int | |
count | int | |
Результат | int |
public Compare ( |
||
str | ||
count | int | |
Результат | int |
public Compare ( |
||
str | ||
offset | int | |
count | int | |
Результат | int |
public Compare ( byte str, int count ) : int | ||
str | byte | |
count | int | |
Результат | int |
public Compare ( byte str, int offset, int count ) : int | ||
str | byte | |
offset | int | |
count | int | |
Результат | int |
public Compare ( int from, |
||
from | int | |
str | ||
offset | int | |
count | int | |
Результат | int |
public Compare ( int from, |
||
from | int | |
str | ||
offset | int | |
count | int | |
Результат | int |
public Compare ( int from, byte str, int offset, int count ) : int | ||
from | int | |
str | byte | |
offset | int | |
count | int | |
Результат | int |
public Compare ( int from, string str, int offset, int count ) : int | ||
from | int | |
str | string | |
offset | int | |
count | int | |
Результат | int |
public Compare ( string str, int count ) : int | ||
str | string | |
count | int | |
Результат | int |
public Compare ( string str, int offset, int count ) : int | ||
str | string | |
offset | int | |
count | int | |
Результат | int |
public static Copy ( |
||
original | ||
Результат | CString8* |
public static Copy ( byte original ) : CString8* | ||
original | byte | |
Результат | CString8* |
public static Copy ( string str ) : CString8* | ||
str | string | |
Результат | CString8* |
public static Create ( int capacity ) : CString8* | ||
capacity | int | |
Результат | CString8* |
public static CreateEmpty ( ) : CString8* | ||
Результат | CString8* |
public static DISPOSE ( |
||
cstr | ||
Результат | void |
public GetChar ( int index, bool boundsCheck ) : byte | ||
index | int | |
boundsCheck | bool | |
Результат | byte |
public IndexOf ( int from, |
||
from | int | |
substr | ||
Результат | int |
public IndexOf ( int from, |
||
from | int | |
substr | ||
count | int | |
Результат | int |
public IndexOf ( int from, |
||
from | int | |
substr | ||
offset | int | |
count | int | |
Результат | int |
public IndexOf ( int from, |
||
from | int | |
substr | ||
Результат | int |
public IndexOf ( int from, |
||
from | int | |
substr | ||
count | int | |
Результат | int |
public IndexOf ( int from, |
||
from | int | |
substr | ||
offset | int | |
count | int | |
Результат | int |
public IndexOf ( int from, byte substr ) : int | ||
from | int | |
substr | byte | |
Результат | int |
public IndexOf ( int from, byte substr, int count ) : int | ||
from | int | |
substr | byte | |
count | int | |
Результат | int |
public IndexOf ( int from, byte substr, int offset, int count ) : int | ||
from | int | |
substr | byte | |
offset | int | |
count | int | |
Результат | int |
public IndexOf ( int from, string substr ) : int | ||
from | int | |
substr | string | |
Результат | int |
public IndexOf ( int from, string substr, int count ) : int | ||
from | int | |
substr | string | |
count | int | |
Результат | int |
public IndexOf ( int from, string substr, int offset, int count ) : int | ||
from | int | |
substr | string | |
offset | int | |
count | int | |
Результат | int |
public SetChar ( int index, byte value ) : void | ||
index | int | |
value | byte | |
Результат | void |
public SetChar ( int index, byte value, bool boundsCheck ) : void | ||
index | int | |
value | byte | |
boundsCheck | bool | |
Результат | void |
public Substring ( int index ) : CString8* | ||
index | int | |
Результат | CString8* |
public Substring ( int index, int count ) : CString8* | ||
index | int | |
count | int | |
Результат | CString8* |