Click or drag to resize

IJavascriptNameConverter Methods

Version 86.0.240

The IJavascriptNameConverter type exposes the following members.

Methods
  NameDescription
Public methodConvertReturnedObjectPropertyAndFieldToNameJavascript
This method exists for backwards compatability reasons, historically only the bound methods/fields/properties were converted. Objects returned from a method call were not translated. To preserve this functionality for upgrading users we split this into two methods. Typically thie method would return the same result as [!:ConvertToJavascript(string)] Issue #2442
Public methodConvertToJavascript
Get the javascript name for the property/field/method. Typically this would be based on Name
Top
See Also