How to use upper-case operation in String Function Using XPath in Xml

In this article I will explain upper-case operation of string function.
  • 3448

Introduction

The upper-case operation of string can be used to convert the string argument in the upper-case form. The result return as all the character of the word or sentences will be in the upper-case.

Syntax

string upper-case (string)

Example

upper-case ('XPath in xml')
upper-case ('Hypertext mark up language')

Output

XPATH IN XML
HYPERTEXT MARK UP LANGUAGE

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.