CodePage Property (Read/Write)
|
Top
Previous
Next
|
Specifies the internal ASCII-EBCDIC conversion table.
VB.NET Syntax
tnxxxx.CodePage [= String]
C# Syntax
tnxxxx.CodePage [= string];
Remarks
It can take any of the Code Pages constant values:
Constant Value
|
Meaning
|
Default = "0"
|
United States
|
Australia = "037"
|
Australian
|
Austria = "273"
|
Austria
|
Austria2 = "1141"
|
Austria
|
Belgium = "500"
|
Belgium
|
Belgium2 = "1148"
|
Belgium
|
Canada = "037"
|
Canada
|
Canada2 = "1047"
|
Canada
|
Canada3 = "1140"
|
Canada
|
CzechRepublic = "2975"
|
Czech Republic
|
Denmark = "277"
|
Denmark
|
Denmark2 = "1142"
|
Denmark
|
Finland = "278"
|
Finland
|
Finland2 = "1143"
|
Finland
|
France = "297"
|
France
|
France2 = "1147"
|
France
|
Germany = "273"
|
Germany
|
Germany2 = "1141"
|
Germany
|
Greece = "423"
|
Greece
|
Greece2 = "875"
|
Greece
|
Iceland = "871"
|
Iceland
|
Iceland2 = "1149"
|
Iceland
|
Italy = "280"
|
Italy
|
Italy2 = "1144"
|
Italy
|
LatinAmerica = "284"
|
Latin America
|
LatinAmerica2 = "1145"
|
Latin America
|
Netherlands = "037"
|
Netherlands
|
Norway = "277"
|
Norway
|
Norway2 = "1142"
|
Norway
|
Poland = "2978"
|
Poland
|
Portugal = "037"
|
Portugal
|
Russian = "2979"
|
Russia
|
Spain = "284"
|
Spain
|
Spain2 = "1145"
|
Spain
|
Sweden = "278"
|
Sweden
|
Sweden2 = "1143"
|
Sweden
|
Switzerland = "500"
|
Switzerland
|
Switzerland2 = "1148"
|
Switzerland
|
UnitedKingdom = "285"
|
United Kingdom
|
UnitedKingdom = "1146"
|
United Kingdom
|
UnitedStates = "037"
|
United States
|
UnitedStates2 = "037/2"
|
United States
|
UnitedStates3 = "1047"
|
United States
|
UnitedStates4 = "1140"
|
United States
|
International = "850"
|
International
|
Default value is UnitedStates.
See also ConversionTable property and CodePage constants.
|