Share via


StringType.MidStmtStr(String, Int32, Int32, String) 메서드

정의

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 컴파일러를 지원 하며 코드에서 직접 사용할 수 없습니다.

적용 대상