PrivConvToBinaryValue(String,Int32,Object,Int32,Int32,Int32,IFormatProvider,String) 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, _
ByRef As IFormatProvider, _
ByRef As String _
) 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 formatInfo As IFormatProvider
Dim formatString As String
Dim value As Boolean
value = instance.PrivConvToBinaryValue(szText, iDataLen, pVar, iDataType, iRetFlags, iOptDictateDataType, formatInfo, formatString)
protected virtual bool PrivConvToBinaryValue(
string ,
int ,
out object ,
out int ,
out int ,
int ,
ref IFormatProvider ,
ref string
)
Parameters
- szText
- iDataLen
- pVar
- iDataType
- iRetFlags
- iOptDictateDataType
- formatInfo
- formatString
See Also