UInt64.INumberBase<UInt64>.TryConvertToChecked<TOther> Método
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Intenta convertir una instancia del tipo actual en otro tipo, iniciando una excepción de desbordamiento para los valores que se encuentran fuera del intervalo representable del tipo actual.
generic <typename TOther>
where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.UInt64>.TryConvertToChecked(System::UInt64 value, [Runtime::InteropServices::Out] TOther % result) = System::Numerics::INumberBase<System::UInt64>::TryConvertToChecked;
static bool INumberBase<ulong>.TryConvertToChecked<TOther> (ulong value, out TOther result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.UInt64>.TryConvertToChecked : uint64 * 'Other -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
Shared Function TryConvertToChecked(Of TOther As INumberBase(Of TOther)) (value As ULong, ByRef result As TOther) As Boolean Implements INumberBase(Of ULong).TryConvertToChecked
- TOther
Tipo al que value
se debe convertir.
- value
- UInt64
Valor que se usa para crear la instancia de TOther
.
- result
- TOther
Cuando este método devuelve , contiene una instancia de TOther
convertida de value
.
false
es si TOther
no se admite; de lo contrario, true
es .
Producto | Versiones |
---|---|
.NET | 7, 8, 9 |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: