IConvertible.ToBoolean(IFormatProvider) Metodo
Definizione
Converte il valore di questa istanza in un valore Boolean equivalente mediante le informazioni di formattazione specifiche delle impostazioni cultura.Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.
public:
bool ToBoolean(IFormatProvider ^ provider);
public bool ToBoolean (IFormatProvider provider);
public bool ToBoolean (IFormatProvider? provider);
abstract member ToBoolean : IFormatProvider -> bool
Public Function ToBoolean (provider As IFormatProvider) As Boolean
Parametri
- provider
- IFormatProvider
Implementazione dell'interfaccia IFormatProvider che fornisce informazioni di formattazione specifiche delle impostazioni cultura.An IFormatProvider interface implementation that supplies culture-specific formatting information.
Restituisce
Valore Boolean equivalente al valore di questa istanza.A Boolean value equivalent to the value of this instance.