GetOffset(Int32,Int32) Method
In This Topic
Gets the accumulated length between the specified indexes (including both).
Syntax
'Declaration
Public Overloads Function GetOffset( _
ByVal As Integer, _
ByVal As Integer _
) As
public GetOffset(
int ,
int
)
Parameters
- from
- The starting index.
- to
- The ending index.
See Also