ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ConditionFilter Class / DecodeXmlValue Method
String value
Type of value

In This Topic
    DecodeXmlValue Method (ConditionFilter)
    In This Topic
    Decodes string value to filter typed value.
    Syntax
    'Declaration
     
    Protected Function DecodeXmlValue( _
       ByVal value As String, _
       ByVal valueType As Type _
    ) As Object
    protected object DecodeXmlValue( 
       string value,
       Type valueType
    )

    Parameters

    value
    String value
    valueType
    Type of value

    Return Value

    Typed value
    See Also