HashBuilderIndentationStrategyRemoveIndent - метод
Убирает выравнивание текста
Пространство имён: Tessa.UI.HashEditor.HashStructureСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 String
-
Текст требующий удаления символов выравнивания
String
Обработанный текст
IIndentationStrategyRemoveIndent(String)