共用方式為


Operators.( ^ ) 函式 (F#)

串連兩個字串。 建議改用 + 運算子。

**命名空間/模組路徑:**Microsoft.FSharp.Core.Operators

組件:FSharp.Core (在 FSharp.Core.dll 中)

// Signature:
( ^ ) : string -> string -> string

// Usage:
s1 ^ s2

參數

備註

這個運算子是為了與其他 ML 版本相容而提供,除非使用 --mlcompatibility 編譯器選項,否則會產生警告。 如需詳細資訊,請參閱編譯器選項 (F#)

平台

Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2

版本資訊

F# 核心程式庫版本

支援版本:2.0, 4.0,可攜式執行檔 (PE)。

請參閱

參考

Core.Operators 模組 (F#)

Microsoft.FSharp.Core 命名空間 (F#)