[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.GeneralFormatter.GetLeftDigitGroup

GetLeftDigitGroup Method

GetLeftDigitGroup(string, int, int, int, char, int, out int)

Returns the indexes (start and end) of the group of numbers at the left side of the decimal point

Declaration
protected virtual bool GetLeftDigitGroup(string szText, int iTextLen, int iDecimalPlace, int iScientificNotation, char cThousandChar, int iNumOfDigitsBetweenSeperators, out int iRetFirstDigit)
Protected Overridable Function GetLeftDigitGroup(szText As String, iTextLen As Integer, iDecimalPlace As Integer, iScientificNotation As Integer, cThousandChar As Char, iNumOfDigitsBetweenSeperators As Integer, ByRef iRetFirstDigit As Integer) As Boolean
Parameters
Type Name Description
string szText
int iTextLen
int iDecimalPlace
int iScientificNotation
char cThousandChar
int iNumOfDigitsBetweenSeperators
int iRetFirstDigit
Returns
Type Description
bool

true if placement is OK (or no thousand seperators found); false otherwise