# CString

# What is a CString?

A CString is a format used to store the length of a string, then the subsequent string. Although inbetween those 2 values is an unknown 2 byte value.

# Structure

Size Type Name Description
2 UInt16 Length The length of the string
2 Unknown
Length * 2 Unicode String The string stored in unicode