UNPKG

@magic-xpa/utils

Version:

magic utils package

6 lines (5 loc) 325 B
import { StringBuilder } from "@magic-xpa/mscorelib"; export declare class ChoiceUtils { static GetDisplayListFromString(choiceDispStr: string, removeAccelerators: boolean, shouldMakePrintable: boolean, shouldTrimOptions: boolean): string[]; static RemoveAcclCharFromOptions(OptionStr: StringBuilder): string; }