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)
Afficher le fichier Open project: AArnott/dasblog

Méthodes publiques

Méthode Description
Format ( string format ) : string
IsNullOrEmpty ( string stringToCheck ) : bool

Method Details

Format() public static méthode

public static Format ( string format ) : string
format string
Résultat string

IsNullOrEmpty() public static méthode

public static IsNullOrEmpty ( string stringToCheck ) : bool
stringToCheck string
Résultat bool