C# Класс EncoderCommon, Malevich

Common helper functions.
Показать файл Открыть проект

Открытые методы

Метод Описание
StringBufferToChunks ( StringBuilder encoded, int maxLineWidth, string s ) : string

Breaks the string up in maxLineWidth-sized segments while accounting for tags and HTML escapes. "
" elements are inserted at the boundary of the substring.

Описание методов

StringBufferToChunks() публичный статический Метод

Breaks the string up in maxLineWidth-sized segments while accounting for tags and HTML escapes. "
" elements are inserted at the boundary of the substring.
public static StringBufferToChunks ( StringBuilder encoded, int maxLineWidth, string s ) : string
encoded StringBuilder The string buffer to process.
maxLineWidth int The maximum length of string before it gets broken up.
s string Original string for error reporting.
Результат string