Fortran LibCopy(String, Int 32, String) Method
Definition
Namespace: DotNumerics.FortranLibrary
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static void Copy(
ref string destinationString,
int startIndex,
string sourceString
)VB
Public Shared Sub Copy (
ByRef destinationString As String,
startIndex As Integer,
sourceString As String
)