Culture-Sensitive C# Method
using System.Reflection
public Object Invoke(Object obj, Object[] parameters);
public Object Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture);
Internationalization (I18n) Method Overview
When overridden in a derived class, invokes the reflected method
or constructor with the given parameters.
For more information see Microsoft's
MSDN online documentation.
I18n Issues
The method MethodBase.Invoke should be passed a CultureInfo
argument.
Culture and Number Format Information
|