C# Class Bot.Core.StringExtensions

Datei anzeigen Open project: Crobol/Bot

Public Methods

Method Description
ByteArrayToString ( this value ) : string
FormatToIrc ( this s ) : string
SplitArguments ( string commandLine ) : string[]
UppercaseFirst ( this s ) : string

Method Details

ByteArrayToString() public static method

public static ByteArrayToString ( this value ) : string
value this
return string

FormatToIrc() public static method

public static FormatToIrc ( this s ) : string
s this
return string

SplitArguments() public static method

public static SplitArguments ( string commandLine ) : string[]
commandLine string
return string[]

UppercaseFirst() public static method

public static UppercaseFirst ( this s ) : string
s this
return string