TextLeft Method

Returns the numOfChars characters from the start of the text

Definition

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

Parameters

numOfChars  Int32
The number of chars to extract

Return Value

Text
The numOfChars left characters

See Also