Struct EPString

To be used as an attribute to string members of structs for specifying the file format.

struct EPString ;

Fields

NameTypeDescription
capacity ushort

Examples

Struct S
{
    @EPString(80) string str = "Hello";
}