String :: right - Get a substring that contains a number of rightmost characters of the string
The function returns a sub string that contains the iCount rightmost characters of the string.
When iCount is greater than lengthInUnits() or less than zero, the entire string is returned. Passing 0 in iCount returns an empty string.
Return value: String value ( odaba::String & )
Implementation details
odaba::String
String  :: right ( int32 iCount )
- iCount
- Number of items
The value contains the number of items to be processed or stored in a collection.