FortranLibCopy(String, String) Method |
Namespace: DotNumerics.FortranLibraryAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void Copy(
ref string destinationString,
string sourceString
)
Public Shared Sub Copy (
ByRef destinationString As String,
sourceString As String
)
Request Example
View SourceParameters
- destinationString String
-
- sourceString String
-
See Also