Versions Compared

Key

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

...

No Format
<[Prefix]NameSpace.ParameterName,Alignment:FormatFormat^Case[Suffix]?=DefaultValue>

You can just insert the ones you need, but they must be in this order.  For example, you can't put Default Value before the suffix.

...

then the result would be:

No Format
1000-A001      (A) 

Case

Use the case option to specify the desired case for a value.

Example: Given the following naming rule:

No Format
<ProjectName^Title>

If the Project Name is "TEST PROJECT" then the result would be:

No Format
Test Project

The following Case values can be used:

CaseMeaningExample
UpperConverts text to upper caseTEST PROJECT
LowerConverts text to lower casetest project
TitleConverts text to title caseTest Project

Optional Variables

If you want to use a parameter in a naming rule, but don't care if doesn't exist then you can simply add question mark.  This is very useful when using custom shared parameters or when some values are going to be blank.

...