Table of Contents

Method RemovePlainText

Namespace
Alternet.Syntax.Lexer
Assembly
Alternet.Syntax.v9.dll

RemovePlainText(string, StringItemInfo[])

When implemented by a class, removes all plain (string constants or comments) parts of text from specified text.

string RemovePlainText(string s, StringItemInfo[] textData)

Parameters

s string

Text to process.

textData StringItemInfo[]

Color information of given text.

Returns

string

String without plain parts.