Char.INumberBase<Char>.TryConvertFromTruncating<TOther> Metodo

Definizione

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

Parametri di tipo

TOther

Parametri

value
TOther
result
Char

Restituisce

Si applica a