Метод | Описание | |
---|---|---|
ByteArrayToString ( this value ) : string | ||
FormatToIrc ( this s ) : string | ||
SplitArguments ( string commandLine ) : string[] | ||
UppercaseFirst ( this s ) : string |
public static ByteArrayToString ( this value ) : string | ||
value | this | |
Результат | string |
public static FormatToIrc ( this s ) : string | ||
s | this | |
Результат | string |
public static SplitArguments ( string commandLine ) : string[] | ||
commandLine | string | |
Результат | string[] |
public static UppercaseFirst ( this s ) : string | ||
s | this | |
Результат | string |