Click or drag to resize

CommandResultFormat Method

Format an error message for a failed command. If the EErrorId = ErrorWithString and Data is a string, Data will be used as the error message. If Data is an object[] it is assumed to be arguments for the pre-formated error message.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public override ITranslatableString Format()

Return Value

ITranslatableString
See Also