C# 클래스 Bot.Core.StringExtensions

파일 보기 프로젝트 열기: Crobol/Bot

공개 메소드들

메소드 설명
ByteArrayToString ( this value ) : string
FormatToIrc ( this s ) : string
SplitArguments ( string commandLine ) : string[]
UppercaseFirst ( this s ) : string

메소드 상세

ByteArrayToString() 공개 정적인 메소드

public static ByteArrayToString ( this value ) : string
value this
리턴 string

FormatToIrc() 공개 정적인 메소드

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

SplitArguments() 공개 정적인 메소드

public static SplitArguments ( string commandLine ) : string[]
commandLine string
리턴 string[]

UppercaseFirst() 공개 정적인 메소드

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