Culture-Sensitive VB.NET Method
using System
Public Function InvokeMember(name As String, invokeAttr As BindingFlags, binder As Binder, target As Object, args As Object())
Public Function InvokeMember(name As String, invokeAttr As BindingFlags, binder As Binder, target As Object, args As Object(), culture As CultureInfo)
Public Function InvokeMember(name As String, invokeAttr As BindingFlags, binder As Binder, target As Object, args As Object(), modifiers As ParameterModifier(), culture As CultureInfo, namedParameters As String())
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
|