Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter Class / PrivConvToBinaryValue Method / PrivConvToBinaryValue(String,Int32,Object,Int32,Int32,Int32,IFormatProvider,String) Method


In This Topic
    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 szText As String, _
       ByVal iDataLen As Integer, _
       ByRef pVar As Object, _
       ByRef iDataType As Integer, _
       ByRef iRetFlags As Integer, _
       ByVal iOptDictateDataType As Integer, _
       ByRef formatInfo As IFormatProvider, _
       ByRef formatString 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 szText,
       int iDataLen,
       out object pVar,
       out int iDataType,
       out int iRetFlags,
       int iOptDictateDataType,
       ref IFormatProvider formatInfo,
       ref string formatString
    )

    Parameters

    szText
    iDataLen
    pVar
    iDataType
    iRetFlags
    iOptDictateDataType
    formatInfo
    formatString
    See Also