Edit

Share via


ApplicationClass._Application_FormatString(Object, String, String) Method

Definition

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.

public:
 virtual System::String ^ _Application_FormatString(System::Object ^ varInput, System::String ^ bstrCategory, System::String ^ bstrOptions) = Microsoft::Office::Interop::InfoPath::_Application::FormatString;
public virtual string _Application_FormatString (object varInput, string bstrCategory, string bstrOptions);
abstract member _Application_FormatString : obj * string * string -> string
override this._Application_FormatString : obj * string * string -> string
Public Overridable Function _Application_FormatString (varInput As Object, bstrCategory As String, bstrOptions As String) As String

Parameters

varInput
Object
bstrCategory
String
bstrOptions
String

Returns

Applies to