Click or drag to resize

mxUtilsReadFile Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Reads the given filename into a string.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static string ReadFile(
	string filename
)
Request Example View Source

Parameters

filename
Type: SystemString
Name of the file to be read.

Return Value

Type: String
Returns a string representing the file contents.
See Also