Normalizes a name string by trimming at both ends
and converting to Unicode normal form C.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- name
- Type: System String
The string to be normalized.
Return Value
Type: StringThe normalized string.
Exceptions
Exception | Condition |
---|---|
System ArgumentException | If the string is too long or null or contains only white space. |
Version Information
See Also