CompilationHelperNormalizeNodeText - метод
Пространство имён: Tessa.CompilationСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 String
-
- sb StringBuilder
-
- underlinePosition Int32 (Optional)
-
- from Int32 (Optional)
-
- to Int32 (Optional)
-