FormatsCodeAndNameInMessage Method

Get the format of the code and name for messages.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string CodeAndNameInMessage(
	Object code,
	Object name
)

Parameters

code  Object
Code to show.
name  Object
Display name.

Return Value

String
String with the format of the code and name for messages.

Remarks

Format: [code] name.

See Also