FormatsCodeAndName Method
Get a string formed by the union of a code and a description.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string CodeAndName(
Object code,
Object name,
bool isReversed = false
)
Public Shared Function CodeAndName (
code As Object,
name As Object,
Optional isReversed As Boolean = false
) As String
- code Object
- Code to show.
- name Object
- Description.
- isReversed Boolean (Optional)
- Indicates whether the information is reversed.
StringString with the value formed by the union of a code and a description.
Format (default): [code] description.
Format (IsReversed): description [code].