getBuildInfoString

Get the program's name and extended build information as a string.

string
getBuildInfoString
(
string app_name
,,
bool single_line = false
)

Parameters

app_name string

program's name

ver VersionInfo

description of the application's version / revision

single_line bool

if set to true, puts key-value pairs on the same line

Return Value

Type: string

String with the version information

Meta