Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
octal « Data Types « C# / C Sharp
C# / C Sharp
Data Types
octal
1.
To specify an octal constant, begin the specification with 0, followed by a sequence of digits in the range 0 through 7.
2.
Leading zero specifies octal constant, not decimal
3.
Not a decimal number; erroneous octal constant