NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Decoder.NumSpecialBytesRead

Gets the number of bytes read from the beginning of a buffer, when implemented in a subclass.

[Visual Basic]
MustOverride Public ReadOnly Property NumSpecialBytesRead As _
   Integer
[C#]
public int NumSpecialBytesRead {abstract get;}
[C++]
public: __property virtual int get_NumSpecialBytesRead() = 0;
[JScript]
public abstract function get NumSpecialBytesRead() : int;

Remarks

These bytes have special meaning for the encoding. This includes the Unicode and UTF-8 byte order marks (when called on the appropriate Decoder subclass).

See Also

Decoder Class | Decoder Members | System.Text Namespace