ForeverZer0 / SharpNBT

A pure CLS-compliant C# implementation of the Named Binary Tag (NBT) format specification commonly used with Minecraft applications, allowing easy reading/writing streams and serialization to other formats.
MIT License
25 stars 9 forks source link

Parse(string source,bool warp = false) And ToWarppedString() #27

Open Akizon77 opened 11 months ago

Akizon77 commented 11 months ago

Use warp to control

Parse(string source,bool warp = false)

Separated by line breaks: image Origin File: image Does not affect the original functionality of the program: image

Added a function ToWarppedString()

Example: image