| MongoDB\BSON\Decimal128::__toStringReturns the string representation of this Decimal128 Description
   final public string MongoDB\BSON\Decimal128::__toString() ParametersThis function has no parameters. Return ValuesReturns the string representation of this Decimal128. ExamplesExample #1 MongoDB\BSON\Decimal128::__toString example The above example will output something similar to: string(9) "1234.5678" string(3) "NaN" string(8) "Infinity" |