406 return (
string)
value;
420 return value.ToString();
446 return (
string)
value;
448 if (
"1" == (
string)
value)
452 if (
"0" == (
string)
value)
535 if (
"1" == (
string)
value)
539 if (
"0" == (
string)
value)
654 return (
string)
value;
668 return value.ToString();
static ? object ChangeType(object? value, TypeCode typeCode)
static string ToBase64String(byte[] inArray)
static unsafe byte[] FromBase64String(string s)
static readonly DBNull Value
static object ConvertFromBigInteger(BigInteger value, Type type, IFormatProvider formatProvider)
static BigInteger ConvertToBigInteger(object value, IFormatProvider formatProvider)
static StorageType GetStorageType(Type dataType)
static object ChangeTypeForXML(object value, Type type)
static SqlBoolean ConvertToSqlBoolean(object value)
static object ChangeTypeForDefaultValue(object value, Type type, IFormatProvider formatProvider)
static SqlBinary ConvertToSqlBinary(object value)
static SqlChars ConvertToSqlChars(object value)
static SqlDouble ConvertToSqlDouble(object value)
static SqlDecimal ConvertToSqlDecimal(object value)
static DateTimeOffset ConvertStringToDateTimeOffset(string value, IFormatProvider formatProvider)
static SqlString ConvertToSqlString(object value)
static SqlBytes ConvertToSqlBytes(object value)
static SqlMoney ConvertToSqlMoney(object value)
static SqlInt32 ConvertToSqlInt32(object value)
static SqlByte ConvertToSqlByte(object value)
static object ChangeType2(object value, StorageType stype, Type type, IFormatProvider formatProvider)
static SqlInt16 ConvertToSqlInt16(object value)
static SqlDateTime ConvertToSqlDateTime(object value)
static SqlInt64 ConvertToSqlInt64(object value)
static SqlGuid ConvertToSqlGuid(object value)
static SqlSingle ConvertToSqlSingle(object value)
static Exception ConvertFailed(Type type1, Type type2)
static CultureInfo InvariantCulture
static ? Type GetType(string typeName, bool throwOnError, bool ignoreCase)
static bool ToBoolean(string s)
static DateTimeOffset ToDateTimeOffset(string s)
static uint ToUInt32(string s)
static int ToInt32(string s)
static short ToInt16(string s)
static string ToString(bool value)
static float ToSingle(string s)
static TimeSpan ToTimeSpan(string s)
static char ToChar(string s)
static double ToDouble(string s)
static sbyte ToSByte(string s)
static Guid ToGuid(string s)
static DateTime ToDateTime(string s)
static decimal ToDecimal(string s)
static ulong ToUInt64(string s)
static ushort ToUInt16(string s)
static byte ToByte(string s)
static long ToInt64(string s)
XmlDateTimeSerializationMode
static readonly SqlBinary Null
static readonly SqlBoolean Null
static readonly SqlByte Null
static readonly SqlDateTime Null
static SqlDecimal Parse(string s)
static readonly SqlDecimal Null
static readonly SqlDouble Null
static readonly SqlGuid Null
static readonly SqlInt16 Null
static readonly SqlInt32 Null
static readonly SqlMoney Null
static readonly SqlSingle Null
static readonly SqlString Null
static DateTimeOffset Parse(string input)