StringUpperCase

From Dragon Age Toolset Wiki
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.