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);
static member MidStmtStr : string * int * int * string -> unit
Public Sub MidStmtStr (ByRef sDest As String, StartPosition As Integer, MaxInsertLength As Integer, sInsert As String)
Public Shared 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 컴파일러를 지원하며 코드에서 직접 사용할 수 없습니다.

적용 대상