StringUpperCase

From Dragon Age Toolset Wiki
Revision as of 23:12, 11 February 2010 by BryanDerksen (Talk | contribs) (looks fine, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.