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

In This Topic
    ParseContent Method (C1TextBox)
    In This Topic
    Parses the Text string.
    Syntax
    'Declaration
     
    
    Public Function ParseContent( _
       ByRef parsedValue As Object, _
       ByVal errorInfo As ErrorInfo _
    ) As ErrorReason
    public ErrorReason 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