NameString Methods

Spotfire 14.3 API Reference

The NameString type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAreEquivalentNameStrings
Tests if two unnormalized strings represent the same name.
Public methodStatic memberAsNormalizedNameString
Normalizes a name string by trimming at both ends and converting to Unicode normal form C.
Public methodStatic memberCreateUniqueName
Makes a suggested name string unique within a collection by appending a suffix. Truncates the suggested name if it is too long for a name string, and normalizes the name.
Public methodStatic memberCreateUniqueNameCollection
Creates a collection of unique and normalized name strings from a given set of original names.
Public methodStatic memberIsValidName
Checks if a string can be used as a valid name.
Public methodStatic memberIsValidUniqueName
Checks if an input string can be used as a name.
Public methodStatic memberValidateCustomPropertyName
Validates the name of a custom DataProperty.
Top
See Also

Reference