Click or drag to resize

ITextSourceGetText Method

Returns a string.

Namespace:  Syntactik.IO
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
string GetText(
	int begin,
	int end
)

Parameters

begin
Type: SystemInt32
Start index.
end
Type: SystemInt32
End index.

Return Value

Type: String
Result string
See Also