Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter Class / TranslateDateSymbol Method
Parameters
Size of data
Current index


In This Topic
    TranslateDateSymbol Method
    In This Topic
    Returns a list of possible "date symbols" for the first "token" in the passed string.
    Syntax
    'Declaration
     
    
    Protected Overridable Function TranslateDateSymbol( _
       ByVal pvParams As GeneralFormatter.FpseDecodeParameters, _
       ByVal szData As String, _
       ByRef iCurrIndex As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As GeneralFormatter
    Dim pvParams As GeneralFormatter.FpseDecodeParameters
    Dim szData As String
    Dim iCurrIndex As Integer
    Dim value As Integer
     
    value = instance.TranslateDateSymbol(pvParams, szData, iCurrIndex)
    protected virtual int TranslateDateSymbol( 
       GeneralFormatter.FpseDecodeParameters pvParams,
       string szData,
       ref int iCurrIndex
    )

    Parameters

    pvParams
    Parameters
    szData
    Size of data
    iCurrIndex
    Current index

    Return Value

    first symbol put in returned symbol list
    See Also