JsonStringFromObject Method |
Version 101.0.180
Namespace:
CefSharp.Web
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public static JsonString FromObject(
Object obj,
DataContractJsonSerializerSettings settings = null
)
public:
static JsonString^ FromObject(
Object^ obj,
DataContractJsonSerializerSettings^ settings = nullptr
)
Parameters
- obj
- Type: SystemObject
object to seriaize - settings (Optional)
- Type: System.Runtime.Serialization.JsonDataContractJsonSerializerSettings
optional settings
Return Value
Type:
JsonStringIf
obj is null then return nulls otherwise a JsonString.
See Also