LINQ to SQL은 다음 Convert 메서드를 지원하지 않습니다.
매개 변수가 있는 버전입니다 IFormatProvider .
char 배열 또는 바이트 배열을 포함하는 메서드:
다음 메서드는 다음과 같습니다.
public static <Type2> To<Type2>(<Type1> value);어디Type1Type2은 각각sbyte,uint또는ulongushort.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)