C# Tutorial C# Standard Data Type Format

Number

  1. C# Standard Numeric Format
  2. C# Currency ( " C " ) Format
  3. C# Decimal ( " D " ) Format
  4. C# Exponential ( " E " ) Format
  5. C# Fixed-Point ( " F " ) Format
  6. C# General ( " G " ) Format
  7. C# Hexadecimal ( " X " ) Format
  8. C# Numeric ( " N " ) Format
  9. C# Percent ( " P " ) Format
  10. C# Round-trip ( " R " ) Format

Date

  1. C# Standard Date Time Formatter
  2. C# Full Date Long Time ( " F " ) Format
  3. C# Full Date Short Time ( " f " ) Format
  4. C# General Date Long Time ( " G " ) Format
  5. C# General Date Short Time ( " g " ) Format
  6. C# Long Date ( " D " ) Format
  7. C# Long Time ( " T " ) Format
  8. C# Short Date ( " d " ) Format
  9. C# Short Time ( " t " ) Format
  10. C# Month ( " M " , " m " ) Format
  11. C# Year Month ( " Y " , " y " ) Format
  12. C# RFC1123 ( " R " , " r " ) Format
  13. C# Universal Full ( " U " ) Format
  14. C# Universal Sortable ( " u " ) Format
  15. C# Round-trip ( " O " , " o " ) Format
  16. C# Sortable ( " s " ) Format

Number Format Demo

  1. Compare effect of Negative Pattern in number format in CSharp
  2. Compare Number Decimal Digits in number format in CSharp
  3. Compare Number Decimal Separator in number format in CSharp
  4. Compare Number Group Separator in number format in CSharp
  5. Compare Number Group Sizes in number format in CSharp
  6. Compare Percent Group Separator for number format in CSharp
  7. Compare Percent Group Sizes for number format in CSharp
  8. Compare the effect of Percent Decimal Digits for number format in CSharp
  9. Compare the Percent Decimal Separator for number format in CSharp
  10. Display the value with three elements in the GroupSize array in CSharp
  11. Display the value with zero as the last element in the GroupSize array in CSharp
  12. Find out Native Digits for number format in CSharp
  13. Output Digit Substitution for number format in CSharp




















Home »
  C# Tutorial »
    Data Types »




C# Data Types
Bool
Byte
Char
Decimal
Double
Float
Integer
Long
Short
String
C# Array
Array Example
Byte Array
C# Standard Data Type Format
BigInteger
Complex
Currency
DateTime
DateTimeOffset
DateTime Format Parse Convert
TimeSpan
TimeZone
Enum
Null
tuple
var