FileSystemContentDynamicParametersBase.UsingByteEncoding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Byte Encoding status of the StreamType parameter. Returns true if the stream was opened with "Byte" encoding, false otherwise.
public:
property bool UsingByteEncoding { bool get(); };
public:
property bool UsingByteEncoding { bool get(); };
public bool UsingByteEncoding { get; }
member this.UsingByteEncoding : bool
Public ReadOnly Property UsingByteEncoding As Boolean