共用方式為


SyntaxFacts.MakeHalfWidthIdentifier(String) 方法

定義

建立半形格式 Unicode 字元字串。

public:
 static System::String ^ MakeHalfWidthIdentifier(System::String ^ text);
public static string MakeHalfWidthIdentifier (string text);
static member MakeHalfWidthIdentifier : string -> string
Public Shared Function MakeHalfWidthIdentifier (text As String) As String

參數

text
String

代表原始識別碼的文字。 這可以是全形或半形 Unicode 表單。

傳回

字串,表示半形 Unicode 格式的文字。

適用於