Returns the number or right characters specified
public static string Right(string full, int rightCharCount)
Parameters
full
full string to work with
rightCharCount
number of right characters to return
See also:
Class StringUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic