Click or drag to resize
EventFormatterAppendValue Method
Overload List
  NameDescription
Public methodAppendValue(Boolean)
Appends the specified 'value' to the element which represents an array of 'bool'.
Public methodAppendValue(Char)
Appends the specified 'value' to the element which represents an array of 'char'
Public methodAppendValue(Double)
Appends the specified 'value' to the element which represents an array of 'double'.
Public methodAppendValue(Int32)
Appends the specified 'value' to the element which represents an array of 'int'.
Public methodAppendValue(Int64)
Appends the specified 'value' to the element which represents an array of 'long'
Public methodAppendValue(Single)
Appends the specified 'value' to the element which represents an array of 'float'.
Public methodAppendValue(String)
Appends the specified 'value' to the element which represents an array of 'String'
Public methodAppendValue(Datetime)
Appends the specified 'value' to the element which represents an array of 'Datetime'.
Public methodAppendValue(Name)
Appends the specified 'value' to the element which represents an array of 'Name'.
Top
See Also