Partager via


EnumHelper.ToStringLiteral(IEdmEnumTypeReference, Int64) Méthode

Définition

Convertir la valeur d’énumération int en chaîne

public static string ToStringLiteral (this Microsoft.OData.Edm.IEdmEnumTypeReference type, long value);
static member ToStringLiteral : Microsoft.OData.Edm.IEdmEnumTypeReference * int64 -> string
<Extension()>
Public Function ToStringLiteral (type As IEdmEnumTypeReference, value As Long) As String

Paramètres

type
IEdmEnumTypeReference

Référence du type d’énumération edm

value
Int64

valeur int d’entrée

Retours

littéral de chaîne de la valeur d’énumération

S’applique à