CompilationHelperNormalizeNodeText - метод |
Пространство имён:
Tessa.Compilation
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public static void NormalizeNodeText(
string text,
StringBuilder sb,
int underlinePosition = -2147483648,
int from = 0,
int to = 0
)
Public Shared Sub NormalizeNodeText (
text As String,
sb As StringBuilder,
Optional underlinePosition As Integer = -2147483648,
Optional from As Integer = 0,
Optional to As Integer = 0
)
public:
static void NormalizeNodeText(
String^ text,
StringBuilder^ sb,
int underlinePosition = -2147483648,
int from = 0,
int to = 0
)
static member NormalizeNodeText :
text : string *
sb : StringBuilder *
?underlinePosition : int *
?from : int *
?to : int
(* Defaults:
let _underlinePosition = defaultArg underlinePosition -2147483648
let _from = defaultArg from 0
let _to = defaultArg to 0
*)
-> unit
Параметры
- text
- Тип: SystemString
- sb
- Тип: System.TextStringBuilder
- underlinePosition (Optional)
- Тип: SystemInt32
- from (Optional)
- Тип: SystemInt32
- to (Optional)
- Тип: SystemInt32
См. также