Méthode | Description | |
---|---|---|
Append ( this stringBuilder, string cmd ) : StringBuilder | ||
Contains ( this text, char c ) : bool | ||
Escape ( this c ) : string | ||
First ( this array ) : string | ||
GetInnerText ( this doc, string tag ) : string | ||
GetXmlElement ( this xmldoc, string name ) : |
||
IsMessage ( this type ) : bool | ||
IsStruct ( this type ) : bool | ||
Join ( this stringArray, char c ) : string | ||
Join ( this stringArray, int startIndex, char c ) : string | ||
Join ( this stringArray, int startIndex, string delimeter ) : string | ||
Join ( this stringArray, string delimeter ) : string | ||
Last ( this array ) : string |
Returns the last element in a string array
|
|
Shift ( this text, char c ) : string | ||
Shift ( this arr ) : string[] | ||
Split ( this text, char c ) : string[] | ||
ToFloat ( this timespan ) : float | ||
ToTimeSpan ( this time ) : System.TimeSpan |
public static Append ( this stringBuilder, string cmd ) : StringBuilder | ||
stringBuilder | this | |
cmd | string | |
Résultat | StringBuilder |
public static Contains ( this text, char c ) : bool | ||
text | this | |
c | char | |
Résultat | bool |
public static First ( this array ) : string | ||
array | this | |
Résultat | string |
public static GetInnerText ( this doc, string tag ) : string | ||
doc | this | |
tag | string | |
Résultat | string |
public static GetXmlElement ( this xmldoc, string name ) : |
||
xmldoc | this | |
name | string | |
Résultat |
public static IsMessage ( this type ) : bool | ||
type | this | |
Résultat | bool |
public static IsStruct ( this type ) : bool | ||
type | this | |
Résultat | bool |
public static Join ( this stringArray, char c ) : string | ||
stringArray | this | |
c | char | |
Résultat | string |
public static Join ( this stringArray, int startIndex, char c ) : string | ||
stringArray | this | |
startIndex | int | |
c | char | |
Résultat | string |
public static Join ( this stringArray, int startIndex, string delimeter ) : string | ||
stringArray | this | |
startIndex | int | |
delimeter | string | |
Résultat | string |
public static Join ( this stringArray, string delimeter ) : string | ||
stringArray | this | |
delimeter | string | |
Résultat | string |
public static Last ( this array ) : string | ||
array | this |
/// A string array |
Résultat | string |
public static Shift ( this text, char c ) : string | ||
text | this | |
c | char | |
Résultat | string |
public static Shift ( this arr ) : string[] | ||
arr | this | |
Résultat | string[] |
public static Split ( this text, char c ) : string[] | ||
text | this | |
c | char | |
Résultat | string[] |
public static ToFloat ( this timespan ) : float | ||
timespan | this | |
Résultat | float |
public static ToTimeSpan ( this time ) : System.TimeSpan | ||
time | this | |
Résultat | System.TimeSpan |