GetLeftmostCharacters Method
Gets a specified number of characters, starting with the leftmost character.
public virtual string GetLeftmostCharacters(
int
)
'Declaration
Public Overridable Function GetLeftmostCharacters( _
ByVal As Integer _
) As String
'Usage
Dim instance As SuperEditBase
Dim count As Integer
Dim value As String
value = instance.GetLeftmostCharacters(count)
Parameters
- count
- Number of characters to return