FortranLibSubstring(String, Int32, Int32) Method |
Namespace: DotNumerics.FortranLibraryAssembly: 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
)
Public Shared Function Substring (
s As String,
startIndex As Integer,
lastIndex As Integer
) As String
Request Example
View SourceParameters
- s String
-
- startIndex Int32
-
- lastIndex Int32
-
Return Value
StringSee Also