xtd.core examples

July 2, 2026 ยท View on GitHub

This folder contains xtd.core examples used by Reference Guide and more.

xtd_core

Hello Worlds

any

array

Bit converter

Boxing and unboxing

Collections

Concepts

Configuration

Console

Convert

Convert_string

Coroutines

Date time

Delegates

Diagnostics

Enumerations

Environment

Exceptions

Expressions

Format

generic_Collections

globalization

Guid

Hash code

Interfaces

IO

Keywords

Linq

Mains

Math

  • math uses several mathematical and trigonometric functions from the xtd::math class to calculate the inner angles of a trapezoid.

Media

Memory information

Network

Object

object_model_Collections

Parse

Processes

Random

Ranges

Settings

Span

sprintf

Startups

Strings

tasks

text

Threading

Time span

Timers

Tips & Tricks

Uri

Version

  • version demonstrates the xtd::version constructor, and major, minor, build, revision, major_revision, and minor_revision properties.
  • version_os shows how to use xtd::version to get the Operating System version.

Web

Others

Build and run any project

Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:

xtdc run -t any_project_name