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
- NumberPartBase<int>.IncrementValue(int, int, bool, int, int, SpinWrapping, int, bool)
- NumberPartBase<int>.TryParseText(IList<IPart>, string, int, CultureInfo, out int)
- NumberPartBase<int>.DefaultLargeChange
- NumberPartBase<int>.DefaultSmallChange
- NumberPartBase<int>.IsComposited
- NumberPartBase<int>.MaximumValue
- NumberPartBase<int>.MinimumValue
- FormattedPartBase<int?>.CoerceFormat(string)
- FormattedPartBase<int?>.IsTextInputAllowed(string, int, CultureInfo)
- FormattedPartBase<int?>.OnFormatChanged()
- FormattedPartBase<int?>.ToString()
- FormattedPartBase<int?>.Format
- PartBase<int?>.IsEditable
- PartBase<int?>.IsLiteral
- PartBase<int?>.IsOptional
- PartBase<int?>.Length
- PartBase<int?>.StartOffset
- PartBase<int?>.StringValue
- object.GetType()
- object.MemberwiseClone()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()