StringType.MidStmtStr(String, Int32, Int32, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以 sDest
參數的內容覆寫 sInsert
參數。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
static void MidStmtStr(System::String ^ % sDest, int StartPosition, int MaxInsertLength, System::String ^ sInsert);
public static void MidStmtStr (ref string? sDest, int StartPosition, int MaxInsertLength, string sInsert);
public static void MidStmtStr (ref string sDest, int StartPosition, int MaxInsertLength, string sInsert);
static member MidStmtStr : string * int * int * string -> unit
Public Shared Sub MidStmtStr (ByRef sDest As String, StartPosition As Integer, MaxInsertLength As Integer, sInsert As String)
Public Sub MidStmtStr (ByRef sDest As String, StartPosition As Integer, MaxInsertLength As Integer, sInsert As String)
參數
- sDest
- String
必要。 要修改的字串變數。
- StartPosition
- Int32
必要。 sDest
參數中開始覆寫的位置。 以 1 起始的索引。
- MaxInsertLength
- Int32
必要。 sInsert
參數中使用的最大字元數目,從第一個字元開始。
- sInsert
- String
必要。 用來覆寫 sDest
參數的字串值。
備註
這個類別支援 Visual Basic 編譯程式,並不適合直接從您的程式代碼使用。