Click or drag to resize

ExternalLineHelpersToExternalTuple Method (TupleString, Int32)

Translate a tuple with a line of text to a tuple with an ExternalLine object.

Namespace:  Mavidian.DataConveyer.Common
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public static Tuple<ExternalLine, int> ToExternalTuple(
	this Tuple<string, int> txtTuple
)

Parameters

txtTuple
Type: SystemTupleString, Int32
A tuple consisting of a line of text and a source or target number.

Return Value

Type: TupleExternalLine, Int32
A tuple consisting of an ExternalLine object and the same source or target number.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type TupleString, Int32. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also