Method CorrectOffset
CorrectOffset(Int32)
Return the corrected offset. If m_input is a CharFilter subclass
this method calls CorrectOffset(Int32), else returns currentOff
.
Declaration
protected int CorrectOffset(int currentOff)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | currentOff | offset as seen in the output |
Returns
Type | Description |
---|---|
System.Int32 | corrected offset based on the input |
See Also
CorrectOffset(System.Int32)