System.Convert (métodos - LINQ to SQL)
Actualización: November 2007
LINQ to SQL no admite los siguientes métodos Convert.
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)