[]
Returns the indexes (start and end) of the group of numbers at the left side of the decimal point
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
Type | Name | Description |
---|---|---|
string | szText | |
int | iTextLen | |
int | iDecimalPlace | |
int | iScientificNotation | |
char | cThousandChar | |
int | iNumOfDigitsBetweenSeperators | |
int | iRetFirstDigit |
Type | Description |
---|---|
bool | true if placement is OK (or no thousand seperators found); false otherwise |