|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ExportString Listing of Formats »
ExportString[expr, "format"]
generates a string corresponding to expr exported in the specified format.
ExportString[rules, {"format", "Rules"}]
gives explicit rules for different elements of the data to be exported.
ExportString[exprs, elems]
generates a string by treating exprs as elements specified by elems.
DetailsDetails
- ExportString handles a large number of formats, each typically with many different possible elements. The possible formats are given in the list $ExportFormats, and in the "Listing of All Formats".
- ExportString works just like Export, with the same element specifications and options.
- Many graphics, sound, and binary formats yield strings containing non-printable characters.
New in 4 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



