FormatsCodeAndNameInMessage Method
Get the format of the code and name for messages.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string CodeAndNameInMessage(
Object code,
Object name
)
Public Shared Function CodeAndNameInMessage (
code As Object,
name As Object
) As String
- code Object
- Code to show.
- name Object
- Display name.
StringString with the format of the code and name for messages.