ILNumerics Ultimate VS

RetCell  Conversion (String to RetCell)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Encapsulate array of strings into a scalar temporary cell

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static implicit operator RetCell (
	string[] value
)

Parameters

value
Type: SystemString
String array - no copy will be made!

Return Value

Type: RetCell
New scalar temporary cell
Remarks

[ILNumerics Core Module]

See Also

Reference