Baca dalam bahasa Inggris Edit

Bagikan melalui


IConvertible.ToInt32(IFormatProvider) Method

Definition

Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.

public int ToInt32(IFormatProvider provider);
public int ToInt32(IFormatProvider? provider);

Parameters

provider
IFormatProvider

An IFormatProvider interface implementation that supplies culture-specific formatting information.

Returns

An 32-bit signed integer equivalent to the value of this instance.

Applies to