_Builder.ToIString (METH)ΒΆ
METHOD FINAL ToIString : IString
Returns the accumulated string
- InOut:
Scope
Name
Type
Initial
Comment
Return
ToIString
Input
itfString
Defines the output target
liStart
LINT
0
Defines the rune index from which the content is output0 => first rune, -1 => last rune[STR.c_liMinIndex <= liStart <= STR.c_liMaxIndex]
liEnd
LINT
-1
Defines the rune index up to which the content is output0 => first rune, -1 => last rune[STR.c_liMinIndex <= liEnd <= STR.c_liMaxIndex]
Output
eErrorID
STR.ERROR
Check error message for better diagnostics