Unescape an identifier (a column/hierarchy/view name).
Namespace: Spotfire.Dxp.Data.ExpressionsRemoves the '[' and ']' characters at the beginning and end of the string and replaces all occurrences of ']]' with a single ']' character.
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- identifier
- Type: System String
The escaped identifier.
Return Value
Type: StringThe unescaped identifier.
Exceptions
Exception | Condition |
---|---|
System ArgumentException | Thrown if the identifier does not start with '[' and ends with ']'. |
Remarks
Examples
Version Information
See Also