C1.Web.Mvc.Sheet Namespace / FlexSheetRequestModelBinder Class / DeserializeModel Method
The string used to deserialize.
The type of the model.

In This Topic
DeserializeModel Method (FlexSheetRequestModelBinder)
In This Topic
Deserializes the model.
Syntax
'Declaration
 
Protected Overrides Function DeserializeModel( _
   ByVal text As String, _
   ByVal modelType As Type _
) As Object
 

Parameters

text
The string used to deserialize.
modelType
The type of the model.

Return Value

The model.
See Also