ScalarEncoder.Constant(Object) Méthode

Définition

Encode une valeur littérale constante.

public:
 void Constant(System::Object ^ value);
public void Constant (object? value);
public void Constant (object value);
member this.Constant : obj -> unit
Public Sub Constant (value As Object)

Paramètres

value
Object

Une constante de type Boolean, Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Single, Double, Char (codée sous forme d’un caractère Unicode sur deux octets), String (encodée en tant que SerString) ou Enum (encodée comme valeur entière sous-jacente).

Exceptions

Type de constante inattendu.

S’applique à