Culture-Sensitive VB.NET Method
using System.Reflection.Emit
Public Sub SetValue(obj As Object, value As Object)
Public Sub void SetValue(obj As Object, value As Object, invokeAttr As BindingFlags, binder As Binder, culture As CultureInfo)
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
|