'Declaration
Protected Overrides Function DeserializeModel( _ ByVal text As System.String, _ ByVal modelType As System.Type _ ) As System.Object
'Usage
Dim instance As FlexSheetRequestModelBinder Dim text As System.String Dim modelType As System.Type Dim value As System.Object value = instance.DeserializeModel(text, modelType)
protected function DeserializeModel( text: System.String; modelType: System.Type ): System.TObject; override;
Parameters
- text
- The string used to deserialize.
- modelType
- The type of the model.
Return Value
The model.