Свойство | Тип | Описание | |
---|---|---|---|
Delimiter | char | ||
Escape | char | ||
Quote | char |
Метод | Описание | |
---|---|---|
DelimitedFormat ( char delimiter ) : System |
Create a new DelimitedFormat with the specified delimiter, using the double quote (") for escape and quoting characters.
|
|
DelimitedFormat ( char delimiter, char escape, char quote ) : System |
Create a new DelimitedFormat with the specified delimiter, escape, and quote characters.
|
Метод | Описание | |
---|---|---|
RequestParameters ( ) : string |
public DelimitedFormat ( char delimiter ) : System | ||
delimiter | char | |
Результат | System |
public DelimitedFormat ( char delimiter, char escape, char quote ) : System | ||
delimiter | char | |
escape | char | |
quote | char | |
Результат | System |