C# Class Subtext.Akismet.String

Provides .NET 2.0 System.String features
The idea is to reduce the differences between our version of the library and Subtext's version. The fewer differences in the codebase, the easier it will be to merge in new features they add (in theory)
显示文件 Open project: AArnott/dasblog

Public Methods

Method Description
Format ( string format ) : string
IsNullOrEmpty ( string stringToCheck ) : bool

Method Details

Format() public static method

public static Format ( string format ) : string
format string
return string

IsNullOrEmpty() public static method

public static IsNullOrEmpty ( string stringToCheck ) : bool
stringToCheck string
return bool