TermsConverter.TextEntryManager.Substring Method

Returns substring of the text.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public string Substring(
	string text,
	int pos,
	int length
)

Parameters

text  String
Text to take substring from.
pos  Int32
Start position of the substring.
length  Int32
Length of the substring.

Return Value

String
Substring of the text.

See Also