Home
VB.Net
2D
Application
Class
Data Structure
Data Types
Database ADO.net
Date Time
Development
Event
File Directory
Generics
GUI
Internationalization I18N
Language Basics
LINQ
Network Remote
Reflection
Security
Thread
Windows Presentation Foundation
Windows System
XML
XML LINQ
ASCIIEncoding « Internationalization I18N « VB.Net
VB.Net
Internationalization I18N
ASCIIEncoding
1.
ASCIIEncoding Class represents an ASCII character encoding of Unicode characters.
2.
ASCIIEncoding Class Represents an ASCII character encoding of Unicode characters.
3.
Decode bytes back to string
4.
Get positions of the special characters
5.
Create ASCIIEncoding class.
6.
ASCIIEncoding.GetByteCount calculates the number of bytes produced by encoding a set of characters
7.
ASCIIEncoding.GetByteCount (String)
8.
Encodes characters from the specified character array into the specified byte array.
9.
Encodes characters from the specified String into the specified byte array.
10.
Calculates the number of characters produced by decoding bytes
11.
Decodes bytes into the specified character array.
12.
Calculates the maximum number of bytes produced by encoding the specified number of characters.
13.
Calculates the maximum number of characters produced by decoding the specified number of bytes.
14.
Decodes a range of bytes from a byte array into a string.