다음을 통해 공유


EnumHelper.ToStringLiteral(IEdmEnumTypeReference, Int64) 메서드

정의

열거형 int 값을 문자열로 변환

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

매개 변수

type
IEdmEnumTypeReference

edm 열거형 형식 참조

value
Int64

입력 int 값

반환

열거형 값의 문자열 리터럴

적용 대상