[]
Gets a specified number of characters, starting with the leftmost character.
public virtual string GetLeftmostCharacters(int count)
Public Overridable Function GetLeftmostCharacters(count As Integer) As String
Type | Name | Description |
---|---|---|
int | count | Number of characters to return |
Type | Description |
---|---|
string | A specified number of characters, starting with the leftmost character. |