Fortran LibSubstring(String, Int 32, Int 32) Method
Definition
Namespace: DotNumerics.FortranLibrary
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static string Substring(
string s,
int startIndex,
int lastIndex
)VB
Public Shared Function Substring (
s As String,
startIndex As Integer,
lastIndex As Integer
) As String