Skip to content

Creating a DataTable Creating your own Custom type converter

David Yates edited this page Apr 14, 2021 · 3 revisions

Custom type converters can be created to handle different types. If your custom type converter needs some special inputs (e.g., two integers) you may want to start out by creating a new attribute and then creating a converter to pass to it.

Examples

  • Example 1 - Type converter only with NO custom attribute.

Clone this wiki locally