[]
Gets a specified number of characters, starting with the rightmost character.
public virtual string GetRightmostCharacters(int count)
Public Overridable Function GetRightmostCharacters(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 rightmost character. |