FarPoint.Win アセンブリ > FarPoint.Win.SuperEdit 名前空間 > GeneralFormatter クラス : GetLeftDigitGroup メソッド |
'Declaration
Protected Overridable Function GetLeftDigitGroup( _ ByVal szText As String, _ ByVal iTextLen As Integer, _ ByVal iDecimalPlace As Integer, _ ByVal iScientificNotation As Integer, _ ByVal cThousandChar As Char, _ ByVal iNumOfDigitsBetweenSeperators As Integer, _ ByRef iRetFirstDigit As Integer _ ) As Boolean
protected virtual bool GetLeftDigitGroup( string szText, int iTextLen, int iDecimalPlace, int iScientificNotation, char cThousandChar, int iNumOfDigitsBetweenSeperators, out int iRetFirstDigit )