JsonStringFromObject Method |
Version 108.4.130
Namespace:
CefSharp.Web
Assembly:
CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.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