Enum NamingStyle
Specifies ways that a string must be represented in terms of naming style.
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public enum NamingStyle
Fields
Name | Description |
---|---|
Compound | Indicates the compound naming style string representation (eg. 1 Gigabyte / 0.93 Gibibyte). |
Symbol | Indicates the symbol naming style string representation (eg. 1 GB / 0.93 GiB). |