C# Класс StringBuilderExtensions, tf_client

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DeleteCharAt ( this self, int index ) : void
Replace ( this self, int startIndex, int endIndex, string replaceStr ) : void

Описание методов

DeleteCharAt() публичный статический Метод

public static DeleteCharAt ( this self, int index ) : void
self this
index int
Результат void

Replace() публичный статический Метод

public static Replace ( this self, int startIndex, int endIndex, string replaceStr ) : void
self this
startIndex int
endIndex int
replaceStr string
Результат void