Partager via


System.Convert, méthodes

LINQ to SQL ne prend pas en charge les méthodes Convert suivantes.

  • Versions avec un paramètre IFormatProvider.

  • Méthodes impliquant des tableaux de caractères ou d'octets :

  • Les méthodes suivantes :

    • public static <Type2> To<Type2>(<Type1> value);

      Type1 et Type2 sont chacun des sbyte, uint, ulong ou ushort.

    • C# :

      int To<int type>(string value, int fromBase),

      ToString(... value, int toBase)

    • Visual Basic :

      Function To(Of [Numeric])(value as String, fromBase As Integer)

      As [Numeric], ToString( value As …, toBase As Integer)

    • IsDBNull

    • GetTypeCode

    • ChangeType

Voir aussi