// Token: 0x060005B9 RID: 1465 RVA: 0x00027A1C File Offset: 0x00025C1C public static object smethod_10(object object_0, object object_1, Type type_0) { if (type_0 == typeof(object)) { return(object_0); } if (object_0 == null && Class90.smethod_10(type_0)) { return(null); } object result; if (Class23.TryConvert(object_0, object_1, type_0, out result)) { return(result); } return(Class23.smethod_11(object_0, Class90.smethod_3(object_0), type_0)); }