Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 421 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 421 Bytes

string_utf8

StringUTF8, StringASCII classes and StringPtr struct mainly for use with unmanaged code interop. Unmanaged functions which take a string should instead take a StringPtr argument, and all supplied strings will properly implicitly map or convert to the proper encoding before being passed on to the function.

alt text