Метод | Описание | |
---|---|---|
GetFiles ( this path ) : IEnumerable |
||
HasText ( this text ) : bool | ||
ToDatetime ( this text ) : System.DateTime | ||
ToTitleCase ( this text ) : string |
public static GetFiles ( this path ) : IEnumerable |
||
path | this | |
Результат | IEnumerable |
public static HasText ( this text ) : bool | ||
text | this | |
Результат | bool |
public static ToDatetime ( this text ) : System.DateTime | ||
text | this | |
Результат | System.DateTime |
public static ToTitleCase ( this text ) : string | ||
text | this | |
Результат | string |