[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.GeneralFormatter.PrivConvToBinaryValue

PrivConvToBinaryValue Method

PrivConvToBinaryValue(string, int, out object, out int, out int, int)

Converts a string to a date or numeric value.

Declaration
protected virtual bool PrivConvToBinaryValue(string szText, int iDataLen, out object pVar, out int iDataType, out int iRetFlags, int iOptDictateDataType)
Protected Overridable Function PrivConvToBinaryValue(szText As String, iDataLen As Integer, ByRef pVar As Object, ByRef iDataType As Integer, ByRef iRetFlags As Integer, iOptDictateDataType As Integer) As Boolean
Parameters
Type Name Description
string szText

The string

int iDataLen

The data length

object pVar

return value object

int iDataType

return data type

int iRetFlags

return flags

int iOptDictateDataType

the option data type

Returns
Type Description
bool

true if successful;otherwise false

PrivConvToBinaryValue(string, int, out object, out int, out int, int, ref IFormatProvider, ref string)

Converts a string to a date or numeric value.

Declaration
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)
Protected Overridable Function PrivConvToBinaryValue(szText As String, iDataLen As Integer, ByRef pVar As Object, ByRef iDataType As Integer, ByRef iRetFlags As Integer, iOptDictateDataType As Integer, ByRef formatInfo As IFormatProvider, ByRef formatString As String) As Boolean
Parameters
Type Name Description
string szText

The string

int iDataLen

The data length

object pVar

return value object

int iDataType

return data type

int iRetFlags

return flags

int iOptDictateDataType

the option data type

IFormatProvider formatInfo

the format information

string formatString

the format string

Returns
Type Description
bool

true if successful;otherwise false