FortranLibSubstring(Char, Int32, Int32) Method |
Retrieves a substring . The substring starts at a specified
character position and finisch a specified position.
Namespace: DotNumerics.FortranLibraryAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static char[] Substring(
char[] s,
int startIndex,
int lastIndex
)
Public Shared Function Substring (
s As Char(),
startIndex As Integer,
lastIndex As Integer
) As Char()
Request Example
View SourceParameters
- s Char
- startIndex Int32
- lastIndex Int32
Return Value
CharSee Also