[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1DropDownEditorBase.ParseContent

ParseContent Method

ParseContent(out object, ErrorInfo)

Parses the Text string.

Declaration
public ErrorReason ParseContent(out object parsedValue, ErrorInfo errorInfo)
Public Function ParseContent(ByRef parsedValue As Object, errorInfo As ErrorInfo) As ErrorReason
Parameters
Type Name Description
object parsedValue

Output parameter: Parsing result

ErrorInfo errorInfo

Output parameter: Object detailing error information, if an error occurred.

Returns
Type Description
ErrorReason
Implements