Difference between revisions of "StringUpperCase"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks fine, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=StringUpperCase
 
|name=StringUpperCase

Latest revision as of 23:12, 11 February 2010

Converts a string to uppercase.

string StringUpperCase(
string sString
);
Parameters:
sString
The string to convert to upper case
Returns:

Returns the string converted to uppercase. Returns an empty string on error.

Source:

script.ldf

Description

Returns a string that is exactly the same as sString except all letters are converted to upper case.