Used to retrieve a String from the pin at the specified slice.

Namespace: VVVV.PluginInterfaces.V1
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
void GetString(
	int index,
	out string value
)

Parameters

index
Type: System..::..Int32
The index of the slice to retrieve the String from.
value
Type: System..::..String%
The retrieved String.

See Also