Culture-Sensitive C# Method
using System
public Object InvokeMember(string name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args);
public Object InvokeMember(string name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture);
public Object InvokeMember(string name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, string[] namedParameters);
Internationalization (I18n) Method Overview
Invokes the specified member, using the specified binding constraints
and matching the specified argument list and culture.
For more information see Microsoft's
MSDN online documentation.
I18n Issues
The class InvokeMember should be passed a CultureInfo argument.
Culture and Number Format Information
|