TextSubstring(Int32, Int32) Method
Retrieves a substring from this instance.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Text Substring(
int fromPosition,
int length
)
Public Function Substring (
fromPosition As Integer,
length As Integer
) As Text
member Substring :
fromPosition : int *
length : int -> Text
- fromPosition Int32
- from position
- length Int32
- length
Texta substring from this instance.