[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.GeneralFormatter.ValidatePosNegSignPlacement

ValidatePosNegSignPlacement Method

ValidatePosNegSignPlacement(bool, bool, int, bool, bool, int, ref bool, ref bool, ref bool, ref bool)

Determines if the Positive/Negative sign is allowed at the current position.

Declaration
protected virtual bool ValidatePosNegSignPlacement(bool fNegSignChar, bool fSctfc, int iSctfcNota, bool fOpenParen, bool fNumericChars, int iCurrCharIndex, ref bool fNumSign, ref bool fNegative, ref bool fExpNumSign, ref bool fExpNegative)
Protected Overridable Function ValidatePosNegSignPlacement(fNegSignChar As Boolean, fSctfc As Boolean, iSctfcNota As Integer, fOpenParen As Boolean, fNumericChars As Boolean, iCurrCharIndex As Integer, ByRef fNumSign As Boolean, ByRef fNegative As Boolean, ByRef fExpNumSign As Boolean, ByRef fExpNegative As Boolean) As Boolean
Parameters
Type Name Description
bool fNegSignChar
bool fSctfc
int iSctfcNota
bool fOpenParen
bool fNumericChars
int iCurrCharIndex
bool fNumSign
bool fNegative
bool fExpNumSign
bool fExpNegative
Returns
Type Description
bool

true is sign is in valid place; false otherwise