메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
GetValue ( object value ) : object | ||
ToDictionary ( this json ) : object>.Dictionary |
public static ToDelimitedArray ( this content ) : string[] | ||
content | this | |
리턴 | string[] |
public static ToDelimitedArray ( this content, char delimiter ) : string[] | ||
content | this | |
delimiter | char | |
리턴 | string[] |
public static ToEnumerable ( this @this ) : IEnumerable |
||
@this | this | |
리턴 | IEnumerable |