[]
Decodes string value to filter typed value.
protected object DecodeXmlValue(string value, Type valueType)
Protected Function DecodeXmlValue(value As String, valueType As Type) As Object
| Type | Name | Description |
|---|---|---|
| string | value | String value |
| Type | valueType | Type of value |
| Type | Description |
|---|---|
| object | Typed value |