バージョン

ReplaceSubString メソッド

元のテキスト内のサブ文字列を新しい置換テキストで置き換えます。
シンタックス
'宣言
 
Public Shared Function ReplaceSubString( _
   ByVal originalText As String, _
   ByVal startingIndex As Integer, _
   ByVal selectionLength As Integer, _
   ByVal replacementText As String _
) As String
public static string ReplaceSubString( 
   string originalText,
   int startingIndex,
   int selectionLength,
   string replacementText
)

パラメータ

originalText
新しいテキストが挿入される元の文字列。
startingIndex
新しいテキストを挿入する開始インデックス。
selectionLength
元の文字列内の置換されるテキストの長さ。
replacementText
元の文字列に挿入される新しいテキスト。
参照