METHOD ToIString : IString
Returns the string representation
InOut:
|
Scope
|
Name
|
Type
|
Initial
|
Comment
|
Return
|
ToIString
|
IString
|
|
|
Input
|
itfString
|
IString
|
|
Defines the output target
|
liStart
|
LINT
|
0
|
Defines the rune index from which the content is output
0 => first rune, -1 => last rune
[c_liMinIndex <= liStart <= c_liMaxIndex]
|
liEnd
|
LINT
|
-1
|
Defines the rune index up to which the content is output
0 => first rune, -1 => last rune
[c_liMinIndex <= liEnd <= c_liMaxIndex]
|
Output
|
eErrorID
|
ERROR
|
|
|
|