Click or drag to resize

FortranLibSubstring(String, Int32, Int32) Method


Namespace: DotNumerics.FortranLibrary
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string Substring(
	string s,
	int startIndex,
	int lastIndex
)
Request Example View Source

Parameters

s  String
 
startIndex  Int32
 
lastIndex  Int32
 

Return Value

String
See Also