|
IMVIOToString
The IMVIOToString interface contains properties to configure the
MV I/O To String
filter.
Methods:
Header file: IMVIOToString.h
Interface definition language file: IMVIOToString.idl
Typelib: MVIOToString
Interface ID: IID_IMVIOToString
Property
IMVIOToString::FalseString
Declaration:
Property Get/Put FalseString As String
String for boolean false values.
C Prototype:
HRESULT put_FalseString(BSTR
newVal);
HRESULT get_FalseString(BSTR *pVal);
Property
IMVIOToString::FloatingPointMode
Declaration:
Property Get/Put FloatingPointMode As Long
Mode for floating point string conversion.
C Prototype:
HRESULT put_FloatingPointMode(LONG
newVal);
HRESULT get_FloatingPointMode(LONG *pVal);
Property
IMVIOToString::InternalDecimalPlaces
Declaration:
Property Get/Put InternalDecimalPlaces As Long
Count of internal decimal places for floating point values.
C Prototype:
HRESULT put_InternalDecimalPlaces(LONG
newVal);
HRESULT get_InternalDecimalPlaces(LONG *pVal);
Property
IMVIOToString::LeadingZeros
Declaration:
Property Get/Put LeadingZeros As Long
Count of leading zeros for integer values.
C Prototype:
HRESULT put_LeadingZeros(LONG
newVal);
HRESULT get_LeadingZeros(LONG *pVal);
Property IMVIOToString::Postfix
Declaration:
Property Get/Put Postfix As String
Postfix from the output string.
C Prototype:
HRESULT put_Postfix(BSTR newVal);
HRESULT get_Postfix(BSTR *pVal);
Property IMVIOToString::Prefix
Declaration:
Property Get/Put Prefix As String
Prefix from the output string.
C Prototype:
HRESULT put_Prefix(BSTR newVal);
HRESULT get_Prefix(BSTR *pVal);
Property
IMVIOToString::ShowLeadingZeros
Declaration:
Property Get/Put ShowLeadingZeros As Boolean
Show leading zeros for interger values.
C Prototype:
HRESULT
put_ShowLeadingZeros(VARIANT_BOOL newVal);
HRESULT get_ShowLeadingZeros(VARIANT_BOOL *pVal);
Property IMVIOToString::TrueString
Declaration:
Property Get/Put TrueString As String
String for boolean true values.
C Prototype:
HRESULT put_TrueString(BSTR
newVal);
HRESULT get_TrueString(BSTR *pVal);
Property IMVIOToString::Uppercase
Declaration:
Property Get/Put Uppercase As Boolean
Use uppercase letters.
C Prototype:
HRESULT put_Uppercase(VARIANT_BOOL
newVal);
HRESULT get_Uppercase(VARIANT_BOOL *pVal);
|