Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / GetRightmostCharacters Method
Number of characters to return


In This Topic
GetRightmostCharacters Method
In This Topic
Gets a specified number of characters, starting with the rightmost character.
Syntax
'Declaration
 
Public Overridable Function GetRightmostCharacters( _
   ByVal count As Integer _
) As String
 
'Usage
 
Dim instance As SuperEditBase
Dim count As Integer
Dim value As String
 
value = instance.GetRightmostCharacters(count)

Parameters

count
Number of characters to return
See Also