Dumps supplied text to file.

Namespace: Cudafy
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public static string DumpToFile(
	string text,
	string filename
)
Visual Basic
Public Shared Function DumpToFile ( _
	text As String, _
	filename As String _
) As String
Visual C++
public:
static String^ DumpToFile(
	String^ text, 
	String^ filename
)

Parameters

text
Type: System..::..String
The text.
filename
Type: System..::..String
The file.

Return Value

The text.

See Also