次の方法で共有


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 形式のテキストを表す文字列。

適用対象