Метод | Описание | |
---|---|---|
Write ( this writer, string key, System.DateTime value ) : void | ||
Write ( this writer, string key, |
||
Write ( this writer, string key, System.TimeSpan value ) : void | ||
Write ( this writer, string key, bool value ) : void | ||
Write ( this writer, string key, double value ) : void | ||
Write ( this writer, string key, int value ) : void | ||
Write ( this writer, string key, string value ) : void | ||
WriteNonDefault ( this writer, string key, bool value ) : void | ||
WriteNonDefault ( this writer, string key, double value, string format = null ) : void | ||
WriteNonDefault ( this writer, string key, int value ) : void |
public static Write ( this writer, string key, System.DateTime value ) : void | ||
writer | this | |
key | string | |
value | System.DateTime | |
Результат | void |
public static Write ( this writer, string key, |
||
writer | this | |
key | string | |
value | ||
Результат | void |
public static Write ( this writer, string key, System.TimeSpan value ) : void | ||
writer | this | |
key | string | |
value | System.TimeSpan | |
Результат | void |
public static Write ( this writer, string key, bool value ) : void | ||
writer | this | |
key | string | |
value | bool | |
Результат | void |
public static Write ( this writer, string key, double value ) : void | ||
writer | this | |
key | string | |
value | double | |
Результат | void |
public static Write ( this writer, string key, int value ) : void | ||
writer | this | |
key | string | |
value | int | |
Результат | void |
public static Write ( this writer, string key, string value ) : void | ||
writer | this | |
key | string | |
value | string | |
Результат | void |
public static WriteNonDefault ( this writer, string key, bool value ) : void | ||
writer | this | |
key | string | |
value | bool | |
Результат | void |
public static WriteNonDefault ( this writer, string key, double value, string format = null ) : void | ||
writer | this | |
key | string | |
value | double | |
format | string | |
Результат | void |
public static WriteNonDefault ( this writer, string key, int value ) : void | ||
writer | this | |
key | string | |
value | int | |
Результат | void |