Skip to main content

Constants

  • Chapter
  • First Online:
  • 2043 Accesses

Abstract

A variable in C# can be made into a compile-time constant by adding the const keyword before the data type. This modifier means that the variable cannot be changed and it must therefore be assigned a value at the same time as it is declared. Any attempts to assign a new value to the constant will result in a compile-time error.

This is a preview of subscription content, log in via an institution.

Buying options

eBook
USD   24.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD   32.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Learn about institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2013 Mikael Olsson

About this chapter

Cite this chapter

Olsson, M. (2013). Constants. In: C# Quick Syntax Reference. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-6281-7_24

Download citation

Publish with us

Policies and ethics