Méthode | Description | |
---|---|---|
IsEmpty ( this str ) : bool | ||
ToCamelCase ( this s ) : string | ||
ToDelimitedArray ( this content ) : string[] | ||
ToDelimitedArray ( this content, char delimiter ) : string[] | ||
ToEnumerable ( this @this ) : IEnumerable |
||
ToFormat ( this format ) : string | ||
ToInputs ( this json ) : Inputs | ||
ToStr ( this |
Méthode | Description | |
---|---|---|
GetValue ( object value ) : object | ||
ToDictionary ( this json ) : object>.Dictionary |
public static ToCamelCase ( this s ) : string | ||
s | this | |
Résultat | string |
public static ToDelimitedArray ( this content ) : string[] | ||
content | this | |
Résultat | string[] |
public static ToDelimitedArray ( this content, char delimiter ) : string[] | ||
content | this | |
delimiter | char | |
Résultat | string[] |
public static ToEnumerable ( this @this ) : IEnumerable |
||
@this | this | |
Résultat | IEnumerable |
public static ToFormat ( this format ) : string | ||
format | this | |
Résultat | string |
public static ToInputs ( this json ) : Inputs | ||
json | this | |
Résultat | Inputs |
public static ToStr ( this |
||
chars | this |
|
Résultat | string |