Version 87.1.132
Bind to the given model type, can also be used for type conversion e.g. int to uint
Namespace:
CefSharp.ModelBinding
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax Object Bind(
Object obj,
Type targetParamType
)
Object^ Bind(
Object^ obj,
Type^ targetParamType
)
Parameters
- obj
- Type: SystemObject
object to be converted into a model - targetParamType
- Type: SystemType
the target param type
Return Value
Type:
Objectif the modelType is directly assignable then do so, otherwise perform a conversion
or create a complex object that matches
targetParamTypeSee Also