EventFormatterAppendValue Method |
Name | Description | |
---|---|---|
AppendValue(Boolean) |
Appends the specified 'value' to the element which represents an
array of 'bool'.
| |
AppendValue(Char) |
Appends the specified 'value' to the element which represents an
array of 'char'
| |
AppendValue(Double) |
Appends the specified 'value' to the element which represents an
array of 'double'.
| |
AppendValue(Int32) |
Appends the specified 'value' to the element which represents an
array of 'int'.
| |
AppendValue(Int64) |
Appends the specified 'value' to the element which represents an
array of 'long'
| |
AppendValue(Single) |
Appends the specified 'value' to the element which represents an
array of 'float'.
| |
AppendValue(String) |
Appends the specified 'value' to the element which represents an
array of 'String'
| |
AppendValue(Datetime) |
Appends the specified 'value' to the element which represents an
array of 'Datetime'.
| |
AppendValue(Name) |
Appends the specified 'value' to the element which represents an
array of 'Name'.
|