Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 223 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 223 Bytes

Withywoods Common System Library

This library can be used by an .NET project.

  • String extensions
using Withywoods.System;

var newString = "my example".FirstCharToUpper(); // newString = "My example"