Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / CheckValidationResult Method
Value indicating the reason of validation failure
Parsed value of type DataType that was undergoing validation
Object detailing error information, if an error occurred

In This Topic
    CheckValidationResult Method (C1TextBox)
    In This Topic
    Checks the result of the ParseContent method.
    Syntax
    'Declaration
     
    
    Public Function CheckValidationResult( _
       ByVal reason As ErrorReason, _
       ByRef parsedValue As Object, _
       ByVal errorInfo As ErrorInfo _
    ) As Boolean
    public bool CheckValidationResult( 
       ErrorReason reason,
       ref object parsedValue,
       ErrorInfo errorInfo
    )

    Parameters

    reason
    Value indicating the reason of validation failure
    parsedValue
    Parsed value of type DataType that was undergoing validation
    errorInfo
    Object detailing error information, if an error occurred
    See Also