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