Method | Description | |
---|---|---|
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 | |
return | IEnumerable |
public static ToDatetime ( this text ) : System.DateTime | ||
text | this | |
return | System.DateTime |
public static ToTitleCase ( this text ) : string | ||
text | this | |
return | string |