Gets or sets the fallback character to use when converting filenames to ASCII.
'Declaration
Public Property UnknownCharacterFallbackConversion As Byte
'Usage
Dim instance As ZipArchive
Dim value As Byte
instance.UnknownCharacterFallbackConversion = value
value = instance.UnknownCharacterFallbackConversion
public byte UnknownCharacterFallbackConversion {get; set;}
Property Value
A
System.Byte value that represents the fallback character to use when converting filenames to ASCII. The default value is 0x3f ('?').
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2