Click or drag to resize

ExternalLineHelpersToExternalLine Method (String)

Translate a line of text into an ExternalLine object.

Namespace:  Mavidian.DataConveyer.Common
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public static ExternalLine ToExternalLine(
	this string line
)

Parameters

line
Type: SystemString
A line of text.

Return Value

Type: ExternalLine
An ExternalLine object of Xtext type.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. 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