convert to string - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Programming : Data Types : Strings : convert to string

convert/string

convert an expression to a string

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(expr, string)

Parameters

expr

-

expression

Description

• 

The convert(expr, string) calling sequence converts the expression expr to a string.

• 

To convert a string to an expression, refer to the parse command.

Examples

converta,string

a

(1)

convertsinx2,string

sin(x^2)

(2)

converta+b+cd,string

c*d+a+b

(3)

See Also

convert

parse

string

symbol

type/string