Strings.Asc Method
.NET Framework 3.0
Returns an Integer value representing the character code corresponding to a character.
| Name | Description |
|---|---|
| Strings.Asc (Char) | Returns an Integer value representing the character code corresponding to a character. Supported by the .NET Compact Framework. |
| Strings.Asc (String) | Returns an Integer value representing the character code corresponding to a character. Supported by the .NET Compact Framework. |
For more detailed information, see the Visual Basic topic Asc, AscW Functions.