Int16.INumberBase<Int16>.TryConvertToChecked<TOther> Méthode

Définition

Tente de convertir une instance du type actuel en un autre type, lève une exception de dépassement de capacité pour toutes les valeurs qui se trouvent en dehors de la plage représentable du type actuel.

generic <typename TOther>
 where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.Int16>.TryConvertToChecked(short value, [Runtime::InteropServices::Out] TOther % result) = System::Numerics::INumberBase<short>::TryConvertToChecked;
static bool INumberBase<short>.TryConvertToChecked<TOther> (short value, out TOther result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.Int16>.TryConvertToChecked : int16 * 'Other -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
 Shared Function TryConvertToChecked(Of TOther As INumberBase(Of TOther)) (value As Short, ByRef result As TOther) As Boolean Implements INumberBase(Of Short).TryConvertToChecked

Paramètres de type

TOther

Type vers lequel value doit être converti.

Paramètres

value
Int16

Valeur utilisée pour créer le instance de TOther.

result
TOther

Lorsque cette méthode est retournée, contient un instance de TOther converti à partir de value.

Retours

false si TOther n’est pas pris en charge ; sinon, true.

Implémente

S’applique à