strings:ToUpper

Previous Next

Converts a value to its all-uppercase equivalent.

Syntax

strings:ToUpper( value )

Example

select uscsxsl.blend(
  '<example xmlns:pc="Processing.Command" pc:hideme="true">
     <pc:assign-default val = "abcDEF"/>
     <pc:value-of select="strings:ToUpper($val)"/>
   </example>'
)

 

The result value is:

ABCDEF

 

 

See also

strings:ToLower

strings:TitleCase