Convert the property values - HxGN SDx - Update 64 - Administration & Configuration

Administration and Configuration of HxGN SDx

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10
  1. In the Table Properties pane, select a column name and click Apply Converter.

  2. In the Apply Converter dialog box, select a converter name from the list.

    The Converter Name list consists of the following options:

    • SubString - Select this option to extract one or more characters from a string. You must fill in the position of the first character you want to extract and the number of characters thereafter.

    • ToUpper - Select this option to change the case of any text value to uppercase.

    • ToLower - Select this option to change the case of any text value to lowercase.

    • Replace - Select this option to search for a string and replace it with a specific value. You must fill in the character to find and the character to replace. For example, if you type a space as the find character and do not enter a replace character, all spaces are removed from the property.

  3. Click OK.

SHARED Tip You can extend the list of available converters by overriding the method def ConvertValue on the ISPFNConverter interface.