The DelimitCamelCaseWords string provider takes 3 parameters. It does not work when it is used as an InFormatter in a link text command:
C#«Link(PropertyName,DelimitCamelCaseWords(_,LowerWords))»
The first parameter is a link text. It should work when one defines the second and third parameters. Right now, the link gets an empty string in such a case, which is incorrect.