Go to: Synopsis. Return value. MEL examples.
string interToUI(string $interCapName)
None
Variable Name | Variable Type | Description |
---|---|---|
$interCapName | string | Name to convert, assumed to be in interCaps. |
interToUI( "graphEditor" ); // Result : Graph Editor // interToUI( "heffalump" ); // Result : Heffalump // interToUI( "AndWoozles" ); // Result : And Woozles //