FormatsCodeInMessage Method

Get the code format for messages.

Definition

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

Parameters

code  Object
Code to show.

Return Value

String
String with the code format for messages.

Remarks

Format: [code].

See Also