PrivConvToBinaryValue(String,Int32,Object,Int32,Int32,Int32) Method
In This Topic
Converts a string to a date or numeric value.
Syntax
'Declaration
Protected Overloads Overridable Function PrivConvToBinaryValue( _
ByVal As String, _
ByVal As Integer, _
ByRef As Object, _
ByRef As Integer, _
ByRef As Integer, _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As GeneralFormatter
Dim szText As String
Dim iDataLen As Integer
Dim pVar As Object
Dim iDataType As Integer
Dim iRetFlags As Integer
Dim iOptDictateDataType As Integer
Dim value As Boolean
value = instance.PrivConvToBinaryValue(szText, iDataLen, pVar, iDataType, iRetFlags, iOptDictateDataType)
protected virtual bool PrivConvToBinaryValue(
string ,
int ,
out object ,
out int ,
out int ,
int
)
Parameters
- szText
- iDataLen
- pVar
- iDataType
- iRetFlags
- iOptDictateDataType
See Also