[]
        
(Showing Draft Content)

FarPoint.Win.SuperEditBase.GetLeftmostCharacters

GetLeftmostCharacters Method

GetLeftmostCharacters(int)

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

Declaration
public virtual string GetLeftmostCharacters(int count)
Public Overridable Function GetLeftmostCharacters(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 leftmost character.