C# 클래스 NArrange.Core.EnumUtilities

Enumeration utilities.
파일 보기 프로젝트 열기: MarcStan/NArrange 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( Enum value ) : string

Gets the string representation of the specified enumeration value.

메소드 상세

ToString() 공개 정적인 메소드

Gets the string representation of the specified enumeration value.
public static ToString ( Enum value ) : string
value System.Enum Enumeration value.
리턴 string