C# Class Ushahidi.Common.Extensions.StringExtensions

String extensions
显示文件 Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
GetFiles ( this path ) : IEnumerable
HasText ( this text ) : bool
ToDatetime ( this text ) : System.DateTime
ToTitleCase ( this text ) : string

Method Details

GetFiles() public static method

public static GetFiles ( this path ) : IEnumerable
path this
return IEnumerable

HasText() public static method

public static HasText ( this text ) : bool
text this
return bool

ToDatetime() public static method

public static ToDatetime ( this text ) : System.DateTime
text this
return System.DateTime

ToTitleCase() public static method

public static ToTitleCase ( this text ) : string
text this
return string