class BSON::Decimal128
def to_s
- Since: - 4.2.0
Returns:
-
(String)
- The decimal128 as a string.
Other tags:
- Example: Get the decimal128 as a string. -
def to_s @string ||= Builder::ToString.new(self).string end
(String)
- The decimal128 as a string.
def to_s @string ||= Builder::ToString.new(self).string end