C# Class Bot.Core.StringExtensions

Afficher le fichier Open project: Crobol/Bot

Méthodes publiques

Méthode Description
ByteArrayToString ( this value ) : string
FormatToIrc ( this s ) : string
SplitArguments ( string commandLine ) : string[]
UppercaseFirst ( this s ) : string

Method Details

ByteArrayToString() public static méthode

public static ByteArrayToString ( this value ) : string
value this
Résultat string

FormatToIrc() public static méthode

public static FormatToIrc ( this s ) : string
s this
Résultat string

SplitArguments() public static méthode

public static SplitArguments ( string commandLine ) : string[]
commandLine string
Résultat string[]

UppercaseFirst() public static méthode

public static UppercaseFirst ( this s ) : string
s this
Résultat string