Click or drag to resize

ClassArrayStringToArray Method

Copies the unmanaged array to a managed counterpart.

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public string[] ToArray()

Return Value

Type: String
The managed array.
See Also