Click or drag to resize

FortranLibSubstring(Char, Int32) Method

Retrieves a substring . The substring starts at a specified character position.

Namespace: DotNumerics.FortranLibrary
Assembly: 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
)
Request Example View Source

Parameters

s  Char
startIndex  Int32

Return Value

Char
See Also