Spread WinForms 15
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)

Parameters

pvParams
Parameters
szData
Size of data
iCurrIndex
Current index

Return Value

first symbol put in returned symbol list
See Also