Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the appropriate code page based on the supplied language locale ID.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function GetCodePageFromLCID ( _
dwLCID As UInteger _
) As String
string GetCodePageFromLCID(
uint dwLCID
)
String^ GetCodePageFromLCID(
[InAttribute] unsigned int dwLCID
)
abstract GetCodePageFromLCID :
dwLCID:uint32 -> string
function GetCodePageFromLCID(
dwLCID : uint
) : String
Parameters
dwLCID
Type: System.UInt32Required. The language locale ID.
Return Value
Type: System.String
The code page.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.