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 컴파일러를 지원 하며 코드에서 직접 사용할 수 없습니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET