C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1BasePicker 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
 

Parameters

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