C# 클래스 GoogleTranslateNET.Misc.ExtensionMethods

파일 보기 프로젝트 열기: Genbox/GoogleTranslate.NET

공개 메소드들

메소드 설명
GetStringValue ( this value ) : string

Will get the string value for a given enums value, this will only work if you assign the StringValue attribute to the items in your enum. Source: http://weblogs.asp.net/stefansedich/archive/2008/03/12/enum-with-string-values-in-c.aspx

메소드 상세

GetStringValue() 공개 정적인 메소드

Will get the string value for a given enums value, this will only work if you assign the StringValue attribute to the items in your enum. Source: http://weblogs.asp.net/stefansedich/archive/2008/03/12/enum-with-string-values-in-c.aspx
public static GetStringValue ( this value ) : string
value this
리턴 string