Skip to content
/ core Public

KriaSoft Core Library - A collection of helper classes and utilities.

License

Notifications You must be signed in to change notification settings

kriasoft/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KriaSoft Core Library

This is a collection of various helper classes and utilities released under Apache License 2.0.

Usage samples

Reading .xpo files (Omega Research Export File Type)

using KriaSoft.IO;

using (var xpo = new XpoReader("quotes.xpo"))
{
    var symbols = xpo.GetSymbols();
}

About

KriaSoft Core Library - A collection of helper classes and utilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages