[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.GeneralFormatter.ProcessDateSymbolDigits

ProcessDateSymbolDigits Method

ProcessDateSymbolDigits(FpseDecodeParameters, string, int, out int)

Processes the digit(s) symbol for a date/time string.

Declaration
protected virtual bool ProcessDateSymbolDigits(GeneralFormatter.FpseDecodeParameters pParams, string szData, int iSymbolLen, out int iRetSymUse)
Protected Overridable Function ProcessDateSymbolDigits(pParams As GeneralFormatter.FpseDecodeParameters, szData As String, iSymbolLen As Integer, ByRef iRetSymUse As Integer) As Boolean
Parameters
Type Name Description
GeneralFormatter.FpseDecodeParameters pParams

Parameters

string szData

Size of data

int iSymbolLen

Length

int iRetSymUse

Return symbol use

Returns
Type Description
bool