Majstro Aplikaĵoj

Company info Home page

C# code examples - Table of contents

  • Keywords
    • delegate
      • Indirect calling
      • Multicasting
      • Event handler
    • for
    • foreach
  • .NET framework components
    • System
      • Array
        • Clear(System.Array, System.Int32, System.Int32)
        • Clone()
        • Copy(System.Array, System.Array, System.Int32)
        • Copy(System.Array, System.Array, System.Int64)
        • CopyTo(System.Array, SystemInt32)
        • CopyTo(System.Array, System.Int64)
        • Length
      • Boolean
        • CompareTo(System.Boolean)
        • CompareTo(System.Object)
        • FalseString
        • Parse(System.String)
        • TrueString
      • Byte
      • Char
        • GetUnicodeCategory(System.Char)
        • GetUnicodeCategory(System.String, System.Int32)
        • IsControl(System.Char)
        • IsControl(System.String, System.Int32)
        • IsDigit(System.Char)
        • IsDigit(System.String, System.Int32)
        • IsLetter(System.Char)
        • IsLetter(System.String, System.Int32)
        • IsLetterOrDigit(System.Char)
        • IsLetterOrDigit(System.String, System.Int32)
        • IsLower(System.Char)
        • IsLower(System.String, System.Int32)
        • IsUpper(System.Char)
        • IsUpper(System.String, System.Int32)
      • Console
        • BackgroundColor
        • Beep()
        • Beep(System.Int32, System.Int32)
        • Clear()
        • ReadKey()
        • ReadKey(System.Boolean)
        • ReadLine()
        • Write(System.String)
        • WriteLine(System.Boolean)
        • WriteLine(System.Object)
        • WriteLine(System.String)
      • Convert
        • ToBoolean(System.Byte)
        • ToBoolean(System.Decimal)
        • ToBoolean(System.Double)
        • ToBoolean(System.Int16)
        • ToBoolean(System.Int32)
        • ToBoolean(System.Int64)
        • ToBoolean(System.SByte)
        • ToBoolean(System.Single)
        • ToByte(System.Decimal)
        • ToByte(System.Double)
        • ToByte(System.Int16)
        • ToByte(System.Int32)
        • ToByte(System.Int64)
        • ToByte(System.SByte)
        • ToByte(System.Single)
      • DateTime
      • Decimal
      • Double
      • Enum
        • Parse(System.Type, System.String)
        • Parse(System.Type, System.String, System.Boolean)
        • ToString()
        • ToString(System.String)
      • EventArgs
      • Exception
      • Guid
        • NewGuid()
        • ToByteArray()
        • ToString()
        • ToString(System.String)
      • ICloneable
      • IComparable
      • IConvertible
      • IEquatable<T>
      • IFormattable
      • Int16
      • Int32
      • Int64
      • Math
        • Abs(System.Double)
        • Acos(System.Double)
        • Asin(System.Double)
        • Atan(System.Double)
        • Atan2(System.Double, System.Double)
        • BigMul(System.Int32, System.Int32)
        • Ceiling(System.Decimal)
        • Ceiling(System.Double)
        • Cos(System.Double)
        • Cosh(System.Double)
        • DivRem(System.Int32, System.Int32, System.Int32)
        • E
        • Exp(System.Double)
        • Floor(System.Decimal)
        • Floor(System.Double)
        • IEEERemainder(System.Int32, System.Int32)
        • Log(System.Double)
        • Log(System.Double, System.Double)
        • Max(System.Double, System.Double)
        • Min(System.Double, System.Double)
        • PI
        • Pow(System.Double)
        • Round(System.Double)
        • Round(System.Double, System.Int32)
        • Sign(System.Double)
        • Sin(System.Double)
        • Sinh(System.Double)
        • Sqrt(System.Double)
        • Tanh(System.Double)
        • Truncate(System.Decimal)
        • Truncate(System.Double)
      • Nullable<T>
      • Object
        • Object construction
        • ReferenceEquals(System.Object, System.Object)
      • SByte
      • Single
      • String
        • Object construction
        • Accessing the characters of a string as array elements
        • Any()
        • Any(System.String => System.Boolean)
        • Average(System.String => System.Int32)
        • Compare(System.String, System.String)
        • Compare(System.String, System.String, System.Boolean)
        • Compare(System.String, System.String, System.StringComparison)
        • Compare(System.String, System.String, System.Boolean, System.Globalization.SystemInfo)
        • CompareOrdinal(System.String, System.Int32, System.String, System.Int32, System.Int32)
        • CompareOrdinal(System.String, System.String)
        • CompareTo(System.String)
        • CompareTo(System.Object)
        • Concat(System.String, System.String)
        • Concat(System.String[])
        • Contains(System.String)
        • Copy(System.String)
        • CopyTo(System.Int32, System.Char[], System.Int32, System.Int32)
        • Count()
        • DefaultIfEmpty()
        • DefaultIfEmpty(System.String)
        • Distinct()
        • Count(System.String => System.Boolean)
        • Empty
        • EndsWith(System.String)
        • First()
        • First(System.String => System.Boolean)
        • Format(System.String, System.Object)
        • IndexOf(System.Char)
        • IndexOf(System.Char, System.Int32)
        • IndexOf(System.String)
        • IndexOf(System.String, System.Int32)
        • IndexOf(System.String, System.Int32)
        • Insert(System.Int32, System.String)
        • IsInterned(System.String)
        • IsNullOrEmpty(System.String)
        • Join(System.String, System.String)
        • Join(System.String, System.String, System.Int32, System.Int32)
        • Last()
        • Last(System.String => System.Boolean)
        • Length
        • OrderBy(System.String => System.String)
        • OrderByDescending(System.String => System.String)
        • OrderByDescending(System.String => System.String)
        • PadLeft(System.Int32)
        • PadLeft(System.Int32, System.Char)
        • PadRight(System.Int32)
        • PadRight(System.Int32, System.Char)
        • Trim()
        • Trim(System.Chars[])
        • TrimEnd(System.Chars[])
        • TrimStart(System.Chars[])
      • UInt32
      • Uri
        • AbsolutePath
        • CheckHostName(System.String)
        • CheckSchemeName(System.String)
        • PathAndQuery
        • Query
    • System.Collections
      • IComparer
    • System.IO
      • Directory
        • CreateDirectory(System.String)
        • Delete(System.String)
        • Delete(System.String, System.Boolean)
        • Exists(System.String)
        • GetCreationTime(System.String)
        • GetCreationTimeUtc(System.String)
        • GetCurrentDirectory()
        • GetDirectoryRoot()
      • DriveInfo
        • AvailableFreeSpace
        • DriveType
        • GetDrives()
        • IsReady
        • Name
        • TotalFreeSpace
        • TotalSize
        • VolumeLabel
        • RootDirectory
      • DriveType
      • FileInfo
      • FileStream
    • System.Linq
      • Enumerable
        • DefaultIfEmpty(System.Collections.Generic.IEnumerable<T>)
        • DefaultIfEmpty(System.Collections.Generic.IEnumerable<T>, T)
    • System.Security.Cryptography
      • SHA1Managed
    • System.Text
      • StringBuilder
    • System.Text.RegularExpressions
      • Regex
        • IsMatch(System.String)
        • IsMatch(System.String, System.String)
        • Match(System.String)
        • Match(System.String, System.String)