Click or drag to resize

openBaseopenFileToString Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Varijanta openFile metoda, samo vraca vec sklopljen string

Namespace:  imbSCI.Core.extensions.io
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static string openFileToString(
	string _path,
	bool insertNlTags,
	bool askIfNotExist = false
)
Request Example View Source

Parameters

_path
Type: SystemString
Putanja na kojoj se nalazi fajl za ucitavanje
insertNlTags
Type: SystemBoolean
Da li da na kraju svake linije doda NewLine tag
askIfNotExist (Optional)
Type: SystemBoolean

Return Value

Type: String
Sklopljen string
See Also