UIntPtr.INumberBase<UIntPtr>.TryConvertFromChecked<TOther> Método

Definição

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

Parâmetros de tipo

TOther

Parâmetros

value
TOther
result
UIntPtr

unativeint

Retornos

Aplica-se a