ApplicationClass.FormatString(Object, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ^ FormatString(System::Object ^ varInput, System::String ^ bstrCategory, System::String ^ bstrOptions) = Microsoft::Office::Interop::InfoPath::_Application2::FormatString;
public virtual string FormatString (object varInput, string bstrCategory, string bstrOptions);
abstract member FormatString : obj * string * string -> string
override this.FormatString : obj * string * string -> string
Public Overridable Function FormatString (varInput As Object, bstrCategory As String, bstrOptions As String) As String
Parameters
- varInput
- Object
- bstrCategory
- String
- bstrOptions
- String