| ASCIIEncoding: GetString | 
Decodes a range of bytes into a String.
Public Function GetString( ByRef Bytes ( ) As Byte, Optional ByRef Index As Variant, Optional ByRef Count As Variant ) As String
| Exception | Condition | 
|---|---|
| ArgumentNullException | Bytes is null. | 
| ArgumentOutOfRangeException | 
           Index is less than the lower-bound of Bytes. -or- Count is less than zero. -or- Index and Count do not denote a valid range in Bytes.  | 
    
| DecoderFallbackException | 
           A fallback occurred -and- DecoderFallback is set to DecoderExceptionFallback.  |