C# 클래스 VOTSDR.Utils.StringExtensions

파일 보기 프로젝트 열기: apoco/valleyofthesundogrescue

공개 메소드들

메소드 설명
AppendLine ( this sb, string str ) : void

Appends the format line.

HtmlEncode ( this s ) : string
IsNotPopulated ( this s ) : bool
IsPopulated ( this s ) : bool
JoinToString ( this items, string separator ) : string

Joins the specified items in the enumerable arrat

Summarize ( this str, int charLimit = null ) : string
ToBoolean ( this s ) : System.Boolean
ToByte ( this s ) : Byte
ToDateTime ( this s ) : System.DateTime
ToInt16 ( this s ) : Int16
ToInt32 ( this s ) : Int32
ToInt64 ( this s ) : System.Int64
ToUInt32 ( this s ) : UInt32
UrlEncode ( this s ) : string

메소드 상세

AppendLine() 공개 정적인 메소드

Appends the format line.
public static AppendLine ( this sb, string str ) : void
sb this The sb.
str string The STR.
리턴 void

HtmlEncode() 공개 정적인 메소드

public static HtmlEncode ( this s ) : string
s this
리턴 string

IsNotPopulated() 공개 정적인 메소드

public static IsNotPopulated ( this s ) : bool
s this
리턴 bool

IsPopulated() 공개 정적인 메소드

public static IsPopulated ( this s ) : bool
s this
리턴 bool

JoinToString() 공개 정적인 메소드

Joins the specified items in the enumerable arrat
public static JoinToString ( this items, string separator ) : string
items this An enumerable listing of string items.
separator string The separator to place between each.
리턴 string

Summarize() 공개 정적인 메소드

public static Summarize ( this str, int charLimit = null ) : string
str this
charLimit int
리턴 string

ToBoolean() 공개 정적인 메소드

public static ToBoolean ( this s ) : System.Boolean
s this
리턴 System.Boolean

ToByte() 공개 정적인 메소드

public static ToByte ( this s ) : Byte
s this
리턴 Byte

ToDateTime() 공개 정적인 메소드

public static ToDateTime ( this s ) : System.DateTime
s this
리턴 System.DateTime

ToInt16() 공개 정적인 메소드

public static ToInt16 ( this s ) : Int16
s this
리턴 System.Int16

ToInt32() 공개 정적인 메소드

public static ToInt32 ( this s ) : Int32
s this
리턴 System.Int32

ToInt64() 공개 정적인 메소드

public static ToInt64 ( this s ) : System.Int64
s this
리턴 System.Int64

ToUInt32() 공개 정적인 메소드

public static ToUInt32 ( this s ) : UInt32
s this
리턴 System.UInt32

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( this s ) : string
s this
리턴 string