Méthode | Description | |
---|---|---|
F ( this format ) : string |
Formats string with CultureInfo.CurrentCulture.
|
|
FInv ( this format ) : string |
Formats string with CultureInfo.InvariantCulture.
|
|
IsNullOrEmpty ( this value ) : bool |
Extension method for string.IsNullOrEmpty.
|
|
Join ( this |
Extension method for string.Join(string,string[]).
|
public static F ( this format ) : string | ||
format | this | The format. |
Résultat | string |
public static FInv ( this format ) : string | ||
format | this | The format. |
Résultat | string |
public static IsNullOrEmpty ( this value ) : bool | ||
value | this | The value. |
Résultat | bool |
public static Join ( this |
||
values | this |
The strings. |
separator | string | The separator. |
Résultat | string |