Culture-Sensitive C# Method
using System.Reflection.Emit
public void SetValue(Object obj, Object value);
public void SetValue(Object obj, Object val, BindingFlags invokeAttr, Binder binder, CultureInfo culture);
Internationalization (I18n) Method Overview
Sets the value of the field supported by the given object.
See Microsoft's
MSDN online documentation for more information.
I18n Issues
The SetValue method of FieldBuilder should be passed a CultureInfo
argument to ensure that any date or number conversion is based on the Culture setting.
Culture and Number Format Information
|