StringUtils.Right

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-2020 • Updated: 07/15/20
Comment or report problem with topic