Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Default encoding used for string conversion. 0 gives the default system OEM code page.
Dont use unicode encodings if you want to be Zip compatible!
Using the default code page isnt the full solution neccessarily
there are many variable factors, codepage 850 is often a good choice for
European users, however be careful about compatability.
Namespace:
SharedCache.WinServiceCommon.SharpZipLib.Zip
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public static int DefaultCodePage { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Shared Property DefaultCodePage As Integer |
| Visual C++ |
|---|
public:
static property int DefaultCodePage {
int get ();
void set (int value);
} |
Field Value
[Missing <value> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.ZipConstants.DefaultCodePage"]
Remarks
See Also