次の方法で共有


WorksheetFunction.Unicode(String) メソッド

定義

テキストの先頭文字に対応した数値 (コード ポイント) を返します。

public:
 double Unicode(System::String ^ Arg1);
public double Unicode (string Arg1);
Public Function Unicode (Arg1 As String) As Double

パラメーター

Arg1
String

Unicode 値を求める文字の種類。

戻り値

DOUBLE

適用対象