C# 클래스 Microsoft.Azure.Devices.Applications.RemoteMonitoring.DeviceAdmin.Web.Helpers.CultureHelper

파일 보기 프로젝트 열기: Azure/azure-iot-remote-monitoring

공개 메소드들

메소드 설명
GetClosestCulture ( string cultureName ) : CultureInfo
GetCurrentCulture ( ) : CultureInfo
GetDefaultCulture ( ) : CultureInfo
GetImplementedCultures ( ) : IEnumerable
GetLanguages ( ) : IEnumerable
GetNeutralCultureName ( string name ) : string

메소드 상세

GetClosestCulture() 공개 정적인 메소드

public static GetClosestCulture ( string cultureName ) : CultureInfo
cultureName string
리턴 System.Globalization.CultureInfo

GetCurrentCulture() 공개 정적인 메소드

public static GetCurrentCulture ( ) : CultureInfo
리턴 System.Globalization.CultureInfo

GetDefaultCulture() 공개 정적인 메소드

public static GetDefaultCulture ( ) : CultureInfo
리턴 System.Globalization.CultureInfo

GetImplementedCultures() 공개 정적인 메소드

public static GetImplementedCultures ( ) : IEnumerable
리턴 IEnumerable

GetLanguages() 공개 정적인 메소드

public static GetLanguages ( ) : IEnumerable
리턴 IEnumerable

GetNeutralCultureName() 공개 정적인 메소드

public static GetNeutralCultureName ( string name ) : string
name string
리턴 string