Byte.INumberBase<Byte>.TryConvertFromChecked<TOther> Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
generic <typename TOther>
where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.Byte>.TryConvertFromChecked(TOther value, [Runtime::InteropServices::Out] System::Byte % result) = System::Numerics::INumberBase<System::Byte>::TryConvertFromChecked;
static bool INumberBase<byte>.TryConvertFromChecked<TOther> (TOther value, out byte result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.Byte>.TryConvertFromChecked : 'Other * byte -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
Shared Function TryConvertFromChecked(Of TOther As INumberBase(Of TOther)) (value As TOther, ByRef result As Byte) As Boolean Implements INumberBase(Of Byte).TryConvertFromChecked
Parâmetros de tipo
- TOther
Parâmetros
- value
- TOther
- result
- Byte
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.