次の方法で共有


SqlCeFunctions.Unicode(String) メソッド

定義

Unicode 標準に定義された、入力式の先頭文字の整数値を返します。

[System.Data.Entity.DbFunction("SqlServerCe", "UNICODE")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static Nullable<int> Unicode (string arg);
static member Unicode : string -> Nullable<int>
Public Shared Function Unicode (arg As String) As Nullable(Of Integer)

パラメーター

arg
String

有効な文字列。

戻り値

入力文字列の最初の文字の文字コード。

属性

適用対象