HashBuilderIndentationStrategyRemoveIndent - метод |
Убирает выравнивание текста
Пространство имён:
Tessa.UI.HashEditor.HashStructure
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public string RemoveIndent(
string text
)
Public Function RemoveIndent (
text As String
) As String
public:
virtual String^ RemoveIndent(
String^ text
) sealed
abstract RemoveIndent :
text : string -> string
override RemoveIndent :
text : string -> string
Параметры
- text
- Тип: SystemString
Текст требующий удаления символов выравнивания
Возвращаемое значение
Тип:
String
Обработанный текст
Реализации
IIndentationStrategyRemoveIndent(String)См. также