SymbolUtilityServicesRepairPreExtendedSymbolName Method

Retrieves a string that is the result of "repairing" the passed string. The method calls the validatePreExtendedSymbolname() and validateSymbolName() methods to properly repair the passed string. As a result, the returned string contains only valid characters.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public static string RepairPreExtendedSymbolName(
        string oldName,
        bool allowVerticalBar
)

Parameters

oldName  String
[in] Name to repair.
allowVerticalBar  Boolean
[in] Flag that specifies whether vertical bars ("|") are allowed in the symbol name.

Return Value

String
The repaired symbol name.
See Also

©  Bricsys NV. All rights reserved.