_Application2.FormatString method (Object, String, String)

This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see_Application3.FormatString.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Function FormatString ( _
    varInput As Object, _
    bstrCategory As String, _
    bstrOptions As String _
) As String
'Usage
Dim instance As _Application2
Dim varInput As Object
Dim bstrCategory As String
Dim bstrOptions As String
Dim returnValue As String

returnValue = instance.FormatString(varInput, _
    bstrCategory, bstrOptions)
string FormatString(
    Object varInput,
    string bstrCategory,
    string bstrOptions
)

Parameters

Return value

Type: System.String

Implements

_Application.FormatString(Object, String, String)

See also

Reference

_Application2 interface

_Application2 members

FormatString overload

Microsoft.Office.Interop.InfoPath namespace