Skip to content

Transform StringCase

Søren Granfeldt edited this page Feb 19, 2017 · 2 revisions

This transform changes the casing of a string based on the current or specified culture.

<Transform xsi:type="StringCase" Cultures="en-US" CaseType="TitleCase" />

This transform has two parameters.

  • Culture - Specifies the short name of the culture to use for the casing action (see more on cultures here)
  • CaseType - The casing action to perform. Should be either 'Lowercase', 'Uppercase' or 'TitleCase'. For more information on the title casing, please refer to MSDN
Clone this wiki locally