str

Purpose

Convert numeric value to a string.

Syntax

returnedString = str(number)

returnedString - type: str
number - type: int

Returns

Remarks

This function also accepts a string arg.

Example

See Also

num, String Functions