SyntaxFacts.MakeHalfWidthIdentifier(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立半形格式 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 格式的文字。