共用方式為


OpenTypeMethods.ToUpper(Object) 方法

定義

傳回已轉換成大寫的字串複本。

public:
 static System::Object ^ ToUpper(System::Object ^ targetString);
public static object ToUpper (object targetString);
static member ToUpper : obj -> obj
Public Shared Function ToUpper (targetString As Object) As Object

參數

targetString
Object

要轉換的字串。

傳回

Object

只有大寫字元的新字串值。

適用於