FormatsCodeAndName Method

Get a string formed by the union of a code and a description.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string CodeAndName(
	Object code,
	Object name,
	bool isReversed = false
)

Parameters

code  Object
Code to show.
name  Object
Description.
isReversed  Boolean  (Optional)
Indicates whether the information is reversed.

Return Value

String
String with the value formed by the union of a code and a description.

Remarks

Format (default): [code] description.

Format (IsReversed): description [code].

See Also