ApplicationClass.FormatString method
This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Public Overridable Function FormatString ( _
varInput As Object, _
bstrCategory As String, _
bstrOptions As String _
) As String
'Usage
Dim instance As ApplicationClass
Dim varInput As Object
Dim bstrCategory As String
Dim bstrOptions As String
Dim returnValue As String
returnValue = instance.FormatString(varInput, _
bstrCategory, bstrOptions)
public virtual string FormatString(
Object varInput,
string bstrCategory,
string bstrOptions
)
Parameters
- varInput
Type: System.Object
- bstrCategory
Type: System.String
- bstrOptions
Type: System.String
Return value
Type: System.String
Implements
_Application2.FormatString(Object, String, String)