Click or drag to resize

saveBasesaveContentOnFilePath Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves IEnumerable collection of strings onto _path

Namespace:  imbSCI.Core.extensions.io
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static bool saveContentOnFilePath(
	this IEnumerable<string> xmlLines,
	string _path
)
Request Example View Source

Parameters

xmlLines
Type: System.Collections.GenericIEnumerableString
XML or other kind of String content to be saved on the path.
_path
Type: SystemString
Filepath to save onto

Return Value

Type: Boolean
TRUE on success

Usage Note

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