Skip to content

BigNumber.ToString Method

Definition

Namespace: Corvus.Numerics
Assembly: Corvus.Text.Json.dll

Overloads

Method Description
ToString() Returns the string representation of this BigNumber value.
ToString(string, IFormatProvider) Formats this BigNumber value using the specified format string and format provider.

ToString()

Source: BigNumber.cs

Returns the string representation of this BigNumber value.

public override string ToString()

Returns

string

The string representation of this instance.

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

ToString(string, IFormatProvider)

Source: BigNumber.cs

Formats this BigNumber value using the specified format string and format provider.

public string ToString(string format, IFormatProvider formatProvider)

Parameters

Name Type Description
format string The format string.
formatProvider IFormatProvider The format provider.

Returns

string

The formatted string representation of this instance.

Implements

IFormattable.ToString

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests.

Open an issue