Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescriptionTypeUsage Example
MajorThe version major portion of the version numberInteger$Build.Version.DotNet.Major$"1" (given "1.2.0.1287")
MinorThe version minor portion of the version numberInteger$Build.Version.DotNet.Minor$"2" (given "1.2.0.1287")
BuildThe version build portion of the version numberInteger$Build.Version.DotNet.Build$"0" (given "1.2.0.1287")
RevisionThe version revision portion of the version numberInteger$Build.Version.DotNet.Revision$"1287" (given "1.2.0.1287")

...

$Build.Version.Trim$

$Build.Version.Trim(".,")$

...

"a b c d" (given " a b c d  ")

"a.b.c.d" (given ",a.b.c.d.")

...

Number Functions

...

Boolean Functions

...

DateTime Properties and Functions

...

Date Properties and Functions

...

DateTime Properties and Functions

...

TimeSpan Properties and Functions

...