Returns the right-most number of characters from a string.

Inputs

Number Name Object Type Description Optional
1 String System.String String to return right-most characters of. No
2 Number System.Int32 Number of characters No

Outputs

Number Name Object Type Description
1 Return System.String A string consisting of the right-most number of characters from the input string.

RightString.png