TextRight Method

Returns the numOfChars characters from the end of the text.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Text Right(
	int numOfChars
)

Parameters

numOfChars  Int32
The number of chars to extract

Return Value

Text
The numOfChars characters from the end of the text

See Also