FortranLibSubstring(Char, Int32) Method |
Retrieves a substring . The substring starts at a specified
character 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
)
Public Shared Function Substring (
s As Char(),
startIndex As Integer
) As Char()
Request Example
View SourceParameters
- s Char
- startIndex Int32
Return Value
CharSee Also