C# Class System.Data.LocaleMapper

显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
GetLcidForLocaleName ( string localeName ) : int
LcidToLocaleNameInternal ( int lcid ) : string
LocaleNameToAnsiCodePage ( string localeName ) : int

Private Methods

Method Description
GetLocaleInfoEx ( string lpLocaleName, uint LCType, [ lpLCData, int cchData ) : int
LCIDToLocaleName ( uint Locale, char lpName, int cchName, int dwFlags ) : int
LocaleNameToLCID ( string lpName, uint dwFlags ) : uint

Method Details

GetLcidForLocaleName() public static method

public static GetLcidForLocaleName ( string localeName ) : int
localeName string
return int

LcidToLocaleNameInternal() public static method

public static LcidToLocaleNameInternal ( int lcid ) : string
lcid int
return string

LocaleNameToAnsiCodePage() public static method

public static LocaleNameToAnsiCodePage ( string localeName ) : int
localeName string
return int