Struct EPString
To be used as an attribute to string members of structs for specifying the file format.
struct EPString
;
Fields
Name | Type | Description |
---|---|---|
capacity
|
ushort |
Examples
Struct S
{
@EPString(80) string str = "Hello";
}