TermsConverter.TextEntryManager.Substring Method
Returns substring of the text.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public string Substring(
string text,
int pos,
int length
)
Public Function Substring (
text As String,
pos As Integer,
length As Integer
) As String
public:
String^ Substring(
String^ text,
int pos,
int length
)
member Substring :
text : string *
pos : int *
length : int -> string
- text String
- Text to take substring from.
- pos Int32
- Start position of the substring.
- length Int32
- Length of the substring.
StringSubstring of the text.