Calendar for WinForms | ComponentOne
C1.Win.Input.Base Namespace / IDropDownEditorBase Interface / ParseContent Method
Output parameter: Parsing result
Output parameter: Object detailing error information, if an error occurred.

In This Topic
    ParseContent Method (IDropDownEditorBase)
    In This Topic
    Parses the Text string.
    Syntax
    'Declaration
     
    
    Function ParseContent( _
       ByRef parsedValue As Object, _
       ByVal errorInfo As ErrorInfo _
    ) As ErrorReason

    Parameters

    parsedValue
    Output parameter: Parsing result
    errorInfo
    Output parameter: Object detailing error information, if an error occurred.
    See Also