C# 클래스 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)
파일 보기 프로젝트 열기: AArnott/dasblog

공개 메소드들

메소드 설명
Format ( string format ) : string
IsNullOrEmpty ( string stringToCheck ) : bool

메소드 상세

Format() 공개 정적인 메소드

public static Format ( string format ) : string
format string
리턴 string

IsNullOrEmpty() 공개 정적인 메소드

public static IsNullOrEmpty ( string stringToCheck ) : bool
stringToCheck string
리턴 bool