共用方式為


_Application3.FormatString 方法

根據指定類別及選項參數,格式化指定的字串或 XML 節點。

**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)

語法

'宣告
<DispIdAttribute(7)> _
Function FormatString ( _
    <InAttribute> varInput As Object, _
    <InAttribute> bstrCategory As String, _
    <InAttribute> bstrOptions As String _
) As String
'用途
Dim instance As _Application3
Dim varInput As Object
Dim bstrCategory As String
Dim bstrOptions As String
Dim returnValue As String

returnValue = instance.FormatString(varInput, bstrCategory, bstrOptions)
[DispIdAttribute(7)] 
string FormatString (
    [InAttribute] Object varInput,
    [InAttribute] string bstrCategory,
    [InAttribute] string bstrOptions
)

參數

  • varInput
    要格式化的值或 XML 節點。
  • bstrCategory
    指定用於格式化之類別的值。值包括號碼、百分比、貨幣、日期、時間及日期時間。
  • bstrOptions
    指定用於格式化之選項的值。採用大小寫相異字串的形式,格式為 "optionName:value"。

傳回值

根據指定類別及選項參數,格式化指定的字串或 XML 節點。

備註

FormatString 方法可用在任何您需要變更指定字串格式的地方。它必須被「應用程式」名稱限定,且其傳回值必須指派給變數,或用作需要字串值的運算式。

下表列出可用於 bstrCategory 和 bstrOptions 的值:

範例

在下列範例中,Application 物件的 FormatString 方法是用於將指定的日期字串格式化成完整日期格式:

thisApplication.FormatString("2003-01-08", "date", "dateFormat:Long Date");

請參閱

參考

_Application3 介面
_Application3 成員
Microsoft.Office.Interop.InfoPath 命名空間