Searched refs:fromBase (Results 1 – 1 of 1) sorted by relevance
132 … private static bool TryGetConvertMethodDelegate(Type type, int fromBase, out Delegate result) in TryGetConvertMethodDelegate() argument145 … result = (Func<string, object>)(i => methodDelegate.DynamicInvoke(new object[] { i, fromBase })); in TryGetConvertMethodDelegate()