C1.Win.Input.Base Namespace / C1TextBoxBase Class / ParseContent Method
Output parameter: Parsing result
Output parameter: Object detailing error information, if an error occurred.

In This Topic
ParseContent Method (C1TextBoxBase)
In This Topic
Parses the Text string.
Syntax
'Declaration
 
Public 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