TextRight Method
Returns the numOfChars characters from the end of the text.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Text Right(
int numOfChars
)
Public Function Right (
numOfChars As Integer
) As Text
member Right :
numOfChars : int -> Text
- numOfChars Int32
- The number of chars to extract
TextThe
numOfChars characters from the end of the text