[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Editor.CheckBoxEditor.ValidateEditorValue

ValidateEditorValue Method

ValidateEditorValue(object)

Validates the input value in the check box editor control.

Declaration
public override string ValidateEditorValue(object value)
Public Overrides Function ValidateEditorValue(value As Object) As String
Parameters
Type Name Description
object value

Object to validate

Returns
Type Description
string
Overrides
Implements