[]
        
(Showing Draft Content)

FarPoint.Win.SuperEditBase.GetRightmostCharacters

GetRightmostCharacters Method

GetRightmostCharacters(int)

Gets a specified number of characters, starting with the rightmost character.

Declaration
public virtual string GetRightmostCharacters(int count)
Public Overridable Function GetRightmostCharacters(count As Integer) As String
Parameters
Type Name Description
int count

Number of characters to return

Returns
Type Description
string

A specified number of characters, starting with the rightmost character.