[]
Converts a string to a date or numeric value.
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
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 |
Type | Description |
---|---|
bool | true if successful;otherwise false |
Converts a string to a date or numeric value.
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
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 |
Type | Description |
---|---|
bool | true if successful;otherwise false |