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