ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Serialization Namespace / IAttributeHelper Interface / GetConverterAttribute Method
The member information.
The member value.

In This Topic
    GetConverterAttribute Method
    In This Topic
    Gets the attribute for the converter.
    Syntax
    'Declaration
     
    Function GetConverterAttribute( _
       ByVal memberInfo As Object, _
       ByVal value As Object _
    ) As C1ConverterAttribute
    C1ConverterAttribute GetConverterAttribute( 
       object memberInfo,
       object value
    )

    Parameters

    memberInfo
    The member information.
    value
    The member value.

    Return Value

    Returns an instance of C1ConverterAttribute
    See Also