Gets text in the range [begin, end).
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
string GetTextInRange( int begin, int end ) |
| Visual Basic |
|---|
Function GetTextInRange ( begin As Integer, end As Integer ) As String |
Parameters
- begin
- Type: System..::..Int32
- end
- Type: System..::..Int32
Return Value
Type: String
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | Specified range was invalid. |