In This Article

Int32Part Class

Represents an Int32 part.

[Obsolete("Use generic class NumberPart<Int32> instead.")]
public class Int32Part : NumberPart<int>, ISpinnablePart<int?>, IPart
Inheritance:
object PartBase<int?> FormattedPartBase<int?> NumberPartBase<int> NumberPart<int> object
Implements:
ISpinnablePart<int?> IPart

Constructors

Int32Part()

Initializes an instance of the class.

public Int32Part()

Int32Part(string?)

Initializes an instance of the class with the specified format.

public Int32Part(string? format)
Parameter Type Description
format string

The numeric or composite format.

Inherited Members

Extension Methods