Skip to content
 
 

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages