更新:November 2007
LINQ to SQL 不支持以下 Convert 方法。
- 带有 IFormatProvider 参数的版本。 
- 涉及字符数组或字节数组的方法: 
- 以下方法: - public static <Type2> To<Type2>(<Type1> value);,其中 - Type1 和 Type2 各自是 sbyte、uint、ulong 或 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)