Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Format the passed integer as a fixed-length decimal string.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static string ToDecString(
	int n,
	int digits
)

Parameters

n
Type: System..::..Int32
The integer value.
digits
Type: System..::..Int32
The length of the resulting decimal string.

Return Value

The decimal value formated to the specified length string.

See Also