2. Essential Types

2. 1. Char
2. 1. 1. Char Structure
2. 1. 2. Compares to another Char
2. 1. 3. UTF-16 Character
2. 2. String
2. 2. 1. String type
2. 2. 2. Create string from characters
2. 2. 3. Empty string vs null string
2. 2. 4. Access the character in a string
2. 2. 5. string search: contains, start with, end with
2. 2. 6. Substring index
2. 2. 7. Index of any characters.
2. 2. 8. Get the substring
2. 2. 9. Insert in the middle
2. 2. 10. Remove from a string
2. 2. 11. Padding string
2. 2. 12. Trim a string
2. 2. 13. Replacing substring
2. 2. 14. Change string case
2. 2. 15. Split string
2. 2. 16. Join string
2. 2. 17. Concatenate strings
2. 2. 18. String format
2. 2. 19. String comparison for equality
2. 2. 20. Determine the order
2. 3. StringBuilder
2. 3. 1. StringBuilder class
2. 3. 2. Append a line to StringBuilder
2. 3. 3. Formatted string
2. 3. 4. StringBuilder Indexer
2. 3. 5. Clear a StringBuilder
2. 3. 6. Reverse a string
2. 4. Encoding
2. 4. 1. Encoding
2. 4. 2. Get all supported encodings
2. 4. 3. Encoding and text file
2. 4. 4. byte array and string
2. 5. TimeSpan
2. 5. 1. TimeSpan type
2. 5. 2. TimeSpan operators
2. 6. DateTime DateTimeOffset
2. 6. 1. DateTime and DateTimeOffset
2. 6. 2. Properties of DateTime and DateTimeOffset
2. 6. 3. TimeSpan Adding
2. 6. 4. TimeSpan Subtracting
2. 6. 5. DateTime ToString format
2. 6. 6. Short/Long Date String
2. 6. 7. Short/Long Time String
2. 6. 8. DateTime Comparison
2. 6. 9. DateTime Kind
2. 6. 10. Dates and Times Parsing
2. 7. TimeZone TimeZoneInfo
2. 7. 1. Current TimeZone
2. 7. 2. Daylight saving
2. 7. 3. UTC offset with TimeZone
2. 7. 4. Local time
2. 7. 5. Time zone ID
2. 7. 6. All Time zones
2. 8. Number Parse Convert
2. 8. 1. ToString and Parse
2. 8. 2. Invariant culture and Parse
2. 8. 3. Summary of numeric conversions
2. 9. Format
2. 9. 1. Custom format and a format provider
2. 9. 2. DateTime format and invariant culture.
2. 9. 3. Composite formatting
2. 9. 4. NumberStyles and DateTimeStyles
2. 9. 5. Numeric Format Strings: G or g
2. 9. 6. Numeric Format Strings:F
2. 9. 7. Numeric Format Strings:N
2. 9. 8. Numeric Format Strings: D
2. 9. 9. Numeric Format Strings: E or e
2. 9. 10. Numeric Format Strings:C
2. 9. 11. Numeric Format Strings:P
2. 9. 12. Numeric Format Strings: X or x
2. 9. 13. Numeric Format Strings:R
2. 9. 14. Custom numeric format strings: # (digit)
2. 9. 15. Custom numeric format strings:0
2. 9. 16. Custom numeric format strings:,(Group separator)
2. 9. 17. Custom numeric format strings:,(Multiplier)
2. 9. 18. Custom numeric format strings: %(Percent)
2. 9. 19. Custom numeric format strings: E or e
2. 9. 20. Custom numeric format strings: \(quote)
2. 9. 21. Custom numeric format strings: literal string quote
2. 9. 22. Custom numeric format strings:;(Section)
2. 9. 23. Custom numeric format strings: literal string
2. 9. 24. Culture-sensitive date/time format strings
2. 9. 25. Culture-insensitive date/time format strings
2. 9. 26. Parse a string to DateTime
2. 9. 27. Enum Format Strings
2. 10. NumberFormatInfo
2. 10. 1. NumberFormatInfo
2. 10. 2. NumberFormatInfo and Culture
2. 11. NumberStyles
2. 11. 1. Using NumberStyles
2. 12. Convert
2. 12. 1. Convert class
2. 12. 2. Parsing numbers in base 2, 8, and 16
2. 12. 3. Dynamic conversions
2. 12. 4. Base64 Encode Binary Data
2. 13. BitConverter
2. 13. 1. BitConverter
2. 13. 2. Basic Value Types to Byte Arrays
2. 14. BigInteger
2. 14. 1. BigInteger
2. 14. 2. BigInteger casting
2. 14. 3. BigInteger calculation
2. 15. Complex
2. 15. 1. Complex
2. 15. 2. Complex number operators
2. 16. Random
2. 16. 1. Random
2. 16. 2. High-security random
2. 17. Enum
2. 17. 1. Integral to enum conversions
2. 17. 2. String conversions
2. 17. 3. Enumerating Enum Values
2. 18. Tuple
2. 18. 1. Tuples
2. 18. 2. Comparing Tuples with Equals method
2. 19. Guid
2. 19. 1. The Guid Struct
2. 20. Console
2. 20. 1. Change Console window properties
2. 20. 2. Console input and output redirect
2. 21. Dynamic Objects
2. 21. 1. Dynamic Objects
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.