Method | 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 |
Method | Description | |
---|---|---|
GetValue ( object value ) : object | ||
ToDictionary ( this json ) : object>.Dictionary |
public static ToCamelCase ( this s ) : string | ||
s | this | |
return | string |
public static ToDelimitedArray ( this content ) : string[] | ||
content | this | |
return | string[] |
public static ToDelimitedArray ( this content, char delimiter ) : string[] | ||
content | this | |
delimiter | char | |
return | string[] |
public static ToEnumerable ( this @this ) : IEnumerable |
||
@this | this | |
return | IEnumerable |
public static ToFormat ( this format ) : string | ||
format | this | |
return | string |
public static ToInputs ( this json ) : Inputs | ||
json | this | |
return | Inputs |