In This Topic
Parses the date string into a numerical date value.
Syntax
'Declaration
Protected Overridable Function DecodeDateString( _
ByVal As String, _
ByVal As Integer, _
ByRef As Object, _
ByRef As String, _
ByRef As String _
) As Integer
'Usage
Dim instance As GeneralFormatter
Dim szData As String
Dim iDataLen As Integer
Dim dtRetDate As Object
Dim dateFormat As String
Dim timeFormat As String
Dim value As Integer
value = instance.DecodeDateString(szData, iDataLen, dtRetDate, dateFormat, timeFormat)
protected virtual int DecodeDateString(
string ,
int ,
out object ,
out string ,
out string
)
Parameters
- szData
- iDataLen
- dtRetDate
- dateFormat
- timeFormat
Return Value
defines FPSE_DECODE_... (in file: sedt_cls.h)
See Also