Std

Overview

Std is a class in Aspose.Font FOSS for Python.

Std.string converts the given value to its string representation.

This class provides 4 methods for working with Std objects in Python programs. Available methods include: parseFloat, parseInt, shortenPossibleNumber, string. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.

Methods

SignatureDescription
string(s)Converts the given value to its string representation
parseInt(x)Parses the input as an integer and returns the integer value
shortenPossibleNumber(x)Reduces a numeric string by removing unnecessary characters
parseFloat(x)Parses the input as a floating‑point number and returns the float value

See Also