Compartir a través de


System.Convert (Métodos)

LINQ to SQL no admite los métodos Convert siguientes.

  • Versiones con un parámetro IFormatProvider.

  • Métodos que incluyen matrices de caracteres o matrices de bytes:

  • Los métodos siguientes:

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

      Type1 y Type2 son sbyte, uint, ulong o 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

Consulte también