Click or drag to resize

JsonSerializerAdd Method

Overload List
  NameDescription
Public methodAdd(String, StringCollection)
Add a StringCollection to the object as a string array.
Public methodAdd(String, Enum)
Add an enum property to the object converting the enum value to an int.
Public methodAdd(String, Int32)
Add an int property to the object.
Public methodAdd(String, String)
Add a string property to the object.
Public methodAdd(String, String)
Add a string array property to the object.
Public methodAdd(String, Boolean, Boolean)
Add a boolean property to the object converting the bool value to javascript true/false keywords or 1/0 integers depending on the value of asOneOrZero. The default is true/false.
Top
See Also