CharactersSubstring(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 Characters Substring(
int startIndex,
int lastIndex
)
Public Function Substring (
startIndex As Integer,
lastIndex As Integer
) As Characters
Request Example
View SourceParameters
- startIndex Int32
-
- lastIndex Int32
-
Return Value
CharactersSee Also