_Application.FormatString Method
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_Application2.FormatString.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Function FormatString ( _
varInput As Object, _
bstrCategory As String, _
bstrOptions As String _
) As String
'Usage
Dim instance As _Application
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
- varInput
Type: System.Object
- bstrCategory
Type: System.String
- bstrOptions
Type: System.String
Return Value
Type: System.String