Метод | Описание | |
---|---|---|
EncapsulateOutput ( IEnumerable |
Encapsulate output lines for display to a client
|
|
EncapsulateOutput ( string str ) : string |
Encapsulates a string for output to a client
|
|
ReplaceColor ( SupportedColors styleType, string formatToReplace, string &originalString ) : bool |
public EncapsulateOutput ( IEnumerable |
||
lines | IEnumerable |
the text lines to encapsulate |
Результат | string |
public EncapsulateOutput ( string str ) : string | ||
str | string | the string to encapsulate |
Результат | string |
public ReplaceColor ( SupportedColors styleType, string formatToReplace, string &originalString ) : bool | ||
styleType | SupportedColors | |
formatToReplace | string | |
originalString | string | |
Результат | bool |