'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
protected virtual bool PrivConvToBinaryValue(
string ,
int ,
out object ,
out int ,
out int ,
int ,
ref IFormatProvider ,
ref string
)
パラメータ
- szText
- 文字列
- iDataLen
- データの長さ。
- pVar
- オブジェクトの値を返します。
- iDataType
- データ型を返します。
- iRetFlags
- フラグを返します。
- iOptDictateDataType
- オプションのデータ型。
- formatInfo
- 書式情報。
- formatString
- 書式文字列。
戻り値の型
成功した場合はtrue、それ以外の場合はfalse。