Méthode | Description | |
---|---|---|
Amount ( this text, char value ) : int | ||
AmountInTheBeginning ( this text, char value ) : int | ||
AmountInTheEnd ( this text, char value ) : int | ||
ContainsAnyOf ( this text, char toContain ) : bool | ||
ContainsNonWhiteSpace ( this text ) : bool | ||
ContainsWhiteSpace ( this text ) : bool | ||
GetCoordinates ( this parameter ) : int[] | ||
GetIndexes ( this text, string toFind ) : int[] | ||
GetLableName ( this parameter ) : string | ||
GetValue ( this parameter ) : int | ||
IndexOf ( this text, Predicate |
||
IsBinary ( this parameter ) : bool | ||
IsCoordinate ( this parameter ) : bool | ||
IsHexByte ( this parameter ) : bool | ||
IsHexNumber ( this parameter ) : bool | ||
IsHexWord ( this parameter ) : bool | ||
IsLable ( this parameter ) : bool | ||
IsParenthesis ( this parameter ) : bool | ||
IsValidNumber ( this parameter ) : bool | ||
LastIndexOf ( this text, Predicate |
||
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, char separators, char uniters ) : string[] | ||
ToLinedString ( this lines ) : string | ||
TryGetValue ( this s, int &value ) : bool |
Méthode | Description | |
---|---|---|
IsHexDigit ( this c ) : bool | ||
IsNewLine ( this s ) : bool |
public static Amount ( this text, char value ) : int | ||
text | this | |
value | char | |
Résultat | int |
public static AmountInTheBeginning ( this text, char value ) : int | ||
text | this | |
value | char | |
Résultat | int |
public static AmountInTheEnd ( this text, char value ) : int | ||
text | this | |
value | char | |
Résultat | int |
public static ContainsAnyOf ( this text, char toContain ) : bool | ||
text | this | |
toContain | char | |
Résultat | bool |
public static ContainsNonWhiteSpace ( this text ) : bool | ||
text | this | |
Résultat | bool |
public static ContainsWhiteSpace ( this text ) : bool | ||
text | this | |
Résultat | bool |
public static GetCoordinates ( this parameter ) : int[] | ||
parameter | this | |
Résultat | int[] |
public static GetIndexes ( this text, string toFind ) : int[] | ||
text | this | |
toFind | string | |
Résultat | int[] |
public static GetLableName ( this parameter ) : string | ||
parameter | this | |
Résultat | string |
public static GetValue ( this parameter ) : int | ||
parameter | this | |
Résultat | int |
public static IndexOf ( this text, Predicate |
||
text | this | |
match | Predicate |
|
Résultat | int |
public static IsBinary ( this parameter ) : bool | ||
parameter | this | |
Résultat | bool |
public static IsCoordinate ( this parameter ) : bool | ||
parameter | this | |
Résultat | bool |
public static IsHexByte ( this parameter ) : bool | ||
parameter | this | |
Résultat | bool |
public static IsHexNumber ( this parameter ) : bool | ||
parameter | this | |
Résultat | bool |
public static IsHexWord ( this parameter ) : bool | ||
parameter | this | |
Résultat | bool |
public static IsLable ( this parameter ) : bool | ||
parameter | this | |
Résultat | bool |
public static IsParenthesis ( this parameter ) : bool | ||
parameter | this | |
Résultat | bool |
public static IsValidNumber ( this parameter ) : bool | ||
parameter | this | |
Résultat | bool |
public static LastIndexOf ( this text, Predicate |
||
text | this | |
match | Predicate |
|
Résultat | int |
public static Repeat ( this text, int toLength ) : string | ||
text | this | |
toLength | int | |
Résultat | string |
public static ReplaceEach ( this text, string toReplace, string with ) : string | ||
text | this | |
toReplace | string | |
with | string | |
Résultat | 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 | |
Résultat | bool |
public static Split ( this text ) : string[] | ||
text | this | |
Résultat | string[] |
public static Split ( this line, char separators, char uniters ) : string[] | ||
line | this | |
separators | char | |
uniters | char | |
Résultat | string[] |
public static ToLinedString ( this lines ) : string | ||
lines | this | |
Résultat | string |
public static TryGetValue ( this s, int &value ) : bool | ||
s | this | |
value | int | |
Résultat | bool |