TextIndexOf(Text) Method
Returns the index of the first occurrence of the textToLookFor
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public int IndexOf(
Text textToLookFor
)
Public Function IndexOf (
textToLookFor As Text
) As Integer
member IndexOf :
textToLookFor : Text -> int
- textToLookFor Text
- The text to look for
Int32the index of the first occurrence of the
textToLookFor
If no value is found -1 is returned