UInt32.INumberBase<UInt32>.TryConvertFromChecked<TOther> Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
generic <typename TOther>
where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.UInt32>.TryConvertFromChecked(TOther value, [Runtime::InteropServices::Out] System::UInt32 % result) = System::Numerics::INumberBase<System::UInt32>::TryConvertFromChecked;
static bool INumberBase<uint>.TryConvertFromChecked<TOther> (TOther value, out uint result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.UInt32>.TryConvertFromChecked : 'Other * uint32 -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
Shared Function TryConvertFromChecked(Of TOther As INumberBase(Of TOther)) (value As TOther, ByRef result As UInteger) As Boolean Implements INumberBase(Of UInteger).TryConvertFromChecked
Parametry typu
- TOther
Parametry
- value
- TOther
- result
- UInt32
Návraty
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.