ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1TextBox Class / ParseContent(Object,ErrorInfo) Method
Output parameter: Parsing result
Output parameter: Object detailing error information, if an error occurred.

In This Topic
    ParseContent(Object,ErrorInfo) Method
    In This Topic
    Parses the Text string.
    Syntax
    'Declaration
     
    
    Public Function ParseContent( _
       ByRef parsedValue As Object, _
       ByVal errorInfo As ErrorInfo _
    ) As ErrorReasonEnum
    public ErrorReasonEnum ParseContent( 
       out object parsedValue,
       ErrorInfo errorInfo
    )

    Parameters

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