Method | Description | |
---|---|---|
Amount ( this text, char value ) : int | ||
Amount ( this text, char value, int start, int length ) : int | ||
AmountInTheBeginning ( this text, char value ) : int | ||
AmountInTheEnd ( this text, char value ) : int | ||
AmountOfLines ( this text ) : int | ||
Contains ( this text, Predicate |
||
ContainsAnyOf ( this text, char toContain ) : bool | ||
ContainsNonWhiteSpace ( this text ) : bool | ||
ContainsWhiteSpace ( this text ) : bool | ||
FirstNonWhiteSpaceIs ( this s, char c ) : bool | ||
GetIndexes ( this text, string toFind ) : int[] | ||
GetLableName ( this parameter ) : string | ||
GetMathStringValue ( this s, int &result ) : bool | ||
GetMathStringValue ( this s ) : int? | ||
GetValue ( this parameter ) : int | ||
IndexOf ( this text, Predicate |
||
IsBinary ( this parameter ) : bool | ||
IsHexByte ( this parameter ) : bool | ||
IsHexNumber ( this parameter ) : bool | ||
IsHexWord ( this parameter ) : bool | ||
IsLable ( this parameter ) : bool | ||
IsValidNumber ( this parameter ) : bool | ||
LastIndexOf ( this text, Predicate |
||
Remove ( this bldr, int length ) : StringBuilder | ||
RemoveFromEnd ( this bldr, int length ) : StringBuilder | ||
Repeat ( this text, int toLength ) : string | ||
ReplaceEach ( this text, string toReplace, string with ) : string | ||
Same ( string a, int index1, string b, int index2, int length ) : bool | ||
Split ( this text ) : string[] | ||
Split ( this line, ICollection |
||
Split ( this line, ICollection |
||
Split ( this line, char separators, char uniters ) : string[] | ||
ToLinedString ( this lines ) : string | ||
TryGetValue ( this s, int &value ) : bool |
Method | Description | |
---|---|---|
RemoveAll ( this bldr ) : StringBuilder |
public static Amount ( this text, char value ) : int | ||
text | this | |
value | char | |
return | int |
public static Amount ( this text, char value, int start, int length ) : int | ||
text | this | |
value | char | |
start | int | |
length | int | |
return | int |
public static AmountInTheBeginning ( this text, char value ) : int | ||
text | this | |
value | char | |
return | int |
public static AmountInTheEnd ( this text, char value ) : int | ||
text | this | |
value | char | |
return | int |
public static AmountOfLines ( this text ) : int | ||
text | this | |
return | int |
public static Contains ( this text, Predicate |
||
text | this | |
test | Predicate |
|
return | bool |
public static ContainsAnyOf ( this text, char toContain ) : bool | ||
text | this | |
toContain | char | |
return | bool |
public static ContainsNonWhiteSpace ( this text ) : bool | ||
text | this | |
return | bool |
public static ContainsWhiteSpace ( this text ) : bool | ||
text | this | |
return | bool |
public static FirstNonWhiteSpaceIs ( this s, char c ) : bool | ||
s | this | |
c | char | |
return | bool |
public static GetIndexes ( this text, string toFind ) : int[] | ||
text | this | |
toFind | string | |
return | int[] |
public static GetLableName ( this parameter ) : string | ||
parameter | this | |
return | string |
public static GetMathStringValue ( this s, int &result ) : bool | ||
s | this | |
result | int | |
return | bool |
public static GetMathStringValue ( this s ) : int? | ||
s | this | |
return | int? |
public static GetValue ( this parameter ) : int | ||
parameter | this | |
return | int |
public static IndexOf ( this text, Predicate |
||
text | this | |
match | Predicate |
|
return | int |
public static IsBinary ( this parameter ) : bool | ||
parameter | this | |
return | bool |
public static IsHexByte ( this parameter ) : bool | ||
parameter | this | |
return | bool |
public static IsHexNumber ( this parameter ) : bool | ||
parameter | this | |
return | bool |
public static IsHexWord ( this parameter ) : bool | ||
parameter | this | |
return | bool |
public static IsLable ( this parameter ) : bool | ||
parameter | this | |
return | bool |
public static IsValidNumber ( this parameter ) : bool | ||
parameter | this | |
return | bool |
public static LastIndexOf ( this text, Predicate |
||
text | this | |
match | Predicate |
|
return | int |
public static Remove ( this bldr, int length ) : StringBuilder | ||
bldr | this | |
length | int | |
return | StringBuilder |
public static RemoveFromEnd ( this bldr, int length ) : StringBuilder | ||
bldr | this | |
length | int | |
return | StringBuilder |
public static Repeat ( this text, int toLength ) : string | ||
text | this | |
toLength | int | |
return | string |
public static ReplaceEach ( this text, string toReplace, string with ) : string | ||
text | this | |
toReplace | string | |
with | string | |
return | string |
public static Same ( string a, int index1, string b, int index2, int length ) : bool | ||
a | string | |
index1 | int | |
b | string | |
index2 | int | |
length | int | |
return | bool |
public static Split ( this line, ICollection |
||
line | this | |
separators | ICollection |
|
uniters | char>.Dictionary | |
return | string[] |
public static Split ( this line, ICollection |
||
line | this | |
separators | ICollection |
|
uniters | char>.Dictionary | |
nonClosedParenthesis | int | |
return | string[] |
public static Split ( this line, char separators, char uniters ) : string[] | ||
line | this | |
separators | char | |
uniters | char | |
return | string[] |
public static ToLinedString ( this lines ) : string | ||
lines | this | |
return | string |
public static TryGetValue ( this s, int &value ) : bool | ||
s | this | |
value | int | |
return | bool |